You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/PHPStan/Command/IgnoredRegexValidatorTest.php
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -104,15 +104,13 @@ public function dataValidate(): array
104
104
'~Result of || is always true.~',
105
105
[],
106
106
false,
107
-
false,
107
+
true,
108
108
],
109
109
[
110
110
'#Method PragmaRX\Notified\Data\Repositories\Notified::firstOrCreateByEvent() should return PragmaRX\Notified\Data\Models\Notified but returns Illuminate\Database\Eloquent\Model|null#',
0 commit comments