mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
c29364dfcf
f3242bfadc
[CodeQuality] Handle crash inside block statement with unreachable statement on OptionalParametersAfterRequiredRector (#6640)
10 lines
142 B
PHP
10 lines
142 B
PHP
<?php
|
|
|
|
namespace RectorPrefix202501\Illuminate\Contracts\Filesystem;
|
|
|
|
use Exception;
|
|
class FileNotFoundException extends Exception
|
|
{
|
|
//
|
|
}
|