Skip to content

Commit

Permalink
Stan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell authored and kenjis committed Sep 29, 2022
1 parent b0a1bea commit 3ba4e1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/Traits/ConditionalTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ trait ConditionalTrait
* @phpstan-param TWhen $condition
* @phpstan-param callable(self, TWhen): mixed $callback
* @phpstan-param (callable(self): mixed)|null $defaultCallback
*
* @param array|bool|float|int|object|resource|string|null $condition
*
* @return $this
Expand All @@ -45,7 +44,6 @@ public function when($condition, callable $callback, ?callable $defaultCallback
* @phpstan-param TWhenNot $condition
* @phpstan-param callable(self, TWhenNot): mixed $callback
* @phpstan-param (callable(self): mixed)|null $defaultCallback
*
* @param array|bool|float|int|object|resource|string|null $condition
*
* @return $this
Expand Down

0 comments on commit 3ba4e1f

Please sign in to comment.