Skip to content

Commit

Permalink
Fixed stan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
naxvog committed Sep 30, 2024
1 parent 3109259 commit 368091b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Layer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@

use IteratorAggregate;
use PHPUnit\Architecture\Elements\Layer\Layer as BaseLayer;
use PHPUnit\Architecture\Elements\Layer\LayerLeave;
use PHPUnit\Architecture\Elements\ObjectDescription;
use Traversable;

/**
* @method Layer assertDoesNotDependOn(string ...$objects)
* @method Layer excludeByNameStart(string $name)
* @mixin LayerLeave
* @method Layer exclude(callable $callback)
* @method Layer leaveByNameRegex(string $name)
* @method Layer leaveByNameStart(string $name)
*
* @implements IteratorAggregate<int, ObjectDescription>
*/
Expand Down

0 comments on commit 368091b

Please sign in to comment.