Commit 157cf8b
authored
Fix PHP 8.0+ fatal error in DocCommentSpacingSniff (#27)
The DocCommentSpacingSniff was causing a fatal error in PHP 8.0+ due to
passing a string instead of an array to vsprintf():
<img width="1542" height="271" alt="Screenshot 2025-09-19 at 15 23 16"
src="https://github.com/user-attachments/assets/72f69f80-9216-430e-9837-ac2c4b6950f6"
/>1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments