Commit 0b496da
committed
PHPStan: fix the build
The last few builds were failing due to the below PHPStan error:
```
------ ---------------------------------
Line tests/RulesetTest.php
------ ---------------------------------
146 Left side of && is always true.
------ ---------------------------------
```
Fixed now.
Note: the condition could possibly be removed, but I have a feeling I added it for a reason, so I left it in under the guise of "better safe than sorry".1 parent 72ec09b commit 0b496da
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments