@@ -11,6 +11,11 @@ |
||
11 | 11 | private $lineNumber; |
12 | 12 | private $unexpected; |
13 | 13 | |
14 | + /** |
|
15 | + * @param string $filePath |
|
16 | + * @param integer $lineNumber |
|
17 | + * @param string $unexpected |
|
18 | + */ |
|
14 | 19 | public function __construct($filePath = null, $lineNumber = null, $unexpected = null) |
15 | 20 | { |
16 | 21 | $this->filePath = $filePath; |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Facade\Ignition\SolutionProviders; |
4 | 4 | |
5 | -use Facade\Ignition\Solutions\FixMissingSemicolonSolution; |
|
6 | 5 | use Facade\IgnitionContracts\HasSolutionsForThrowable; |
6 | +use Facade\Ignition\Solutions\FixMissingSemicolonSolution; |
|
7 | 7 | use ParseError; |
8 | 8 | use Symfony\Component\Debug\Exception\FatalThrowableError; |
9 | 9 | use Throwable; |