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 6337152 commit 4793556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Layer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
/**
* @method Layer assertDoesNotDependOn(string ...$objects)
* @method Layer excludeByNameStart(string $name)
* @mixin LayerLeave
* @method Layer leaveByNameRegex(string $name)
* @method Layer leaveByNameStart(string $name)
*
* @implements IteratorAggregate<int, ObjectDescription>
*/
Expand Down

0 comments on commit 4793556

Please sign in to comment.