← All changes
|
vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php
+1
-3
3.1
→
3.5.9
View file →
| @@ -1,12 +1,10 @@ | ||
| 1 | -<?php | |
| 1 | +<?php declare(strict_types=1); | |
| 2 | 2 | |
| 3 | 3 | namespace Invoker\Exception; |
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Not enough parameters could be resolved to invoke the callable. |
| 7 | - * | |
| 8 | - * @author Matthieu Napoli <matthieu@mnapoli.fr> | |
| 9 | 7 | */ |
| 10 | 8 | class NotEnoughParametersException extends InvocationException |
| 11 | 9 | { |
| 12 | 10 | } |