Aggiornato Composer
This commit is contained in:
@@ -10,9 +10,8 @@ use PhpParser\ErrorHandler;
|
||||
*
|
||||
* This is the default strategy used by all components.
|
||||
*/
|
||||
class Throwing implements ErrorHandler
|
||||
{
|
||||
public function handleError(Error $error) {
|
||||
class Throwing implements ErrorHandler {
|
||||
public function handleError(Error $error): void {
|
||||
throw $error;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user