We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab34ba commit bc6bbc3Copy full SHA for bc6bbc3
system/Debug/Exceptions.php
@@ -344,6 +344,11 @@ private function isDeprecationError(int $error): bool
344
return ($error & $deprecations) !== 0;
345
}
346
347
+ /**
348
+ * @noRector \Rector\DeadCode\Rector\ClassMethod\RemoveUselessReturnTagRector
349
+ *
350
+ * @return true
351
+ */
352
private function handleDeprecationError(string $message, ?string $file = null, ?int $line = null): bool
353
{
354
// Remove the trace of the error handler.
0 commit comments