Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkusebauch committed Jan 15, 2025
1 parent faf9fdf commit 6e62f86
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Contract/Ast/AstFileReferenceCacheInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Qossmic\Deptrac\Contract\Ast\AstMap\FileReference;

/**
* Ast file cache to be used in custom parser implementation
* Ast file cache to be used in custom parser implementation.
*
* @see ParserInterface
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Contract/Ast/AstMap/AstInheritType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Qossmic\Deptrac\Contract\Ast\AstMap;

/**
* Type of Ast Inheritance between class-likes
* Type of Ast Inheritance between class-likes.
*
* @see AstInherit
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Contract/Ast/AstMap/ReferenceBuilderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Qossmic\Deptrac\Contract\Ast\ReferenceExtractorInterface;

/**
* Interface for defining deptrac dependencies inside "Reference Extractors"
* Interface for defining deptrac dependencies inside "Reference Extractors".
*
* @see ReferenceExtractorInterface
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Contract/Ast/TypeScope.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Qossmic\Deptrac\Contract\Ast;

/**
* Holds information about currently defined use statements for resolving FQCN
* Holds information about currently defined use statements for resolving FQCN.
*/
final class TypeScope
{
Expand Down

0 comments on commit 6e62f86

Please sign in to comment.