Commit 81f5f19
authored
QA: minor code tweak (#282)
This fixes the following error from PHPStan:
```
------ ---------------------------------------------------------
Line Lib/Helpers.php
------ ---------------------------------------------------------
758 Cannot access offset int on 0|0.0|''|'0'|array{}|false.
------ ---------------------------------------------------------
```
Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>1 parent 6273088 commit 81f5f19
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
755 | 755 | | |
756 | 756 | | |
757 | 757 | | |
758 | | - | |
| 758 | + | |
759 | 759 | | |
760 | 760 | | |
761 | 761 | | |
| |||
0 commit comments