@@ -23,7 +23,7 @@ |
||
23 | 23 | /** |
24 | 24 | * @param string $context |
25 | 25 | * @param string $file |
26 | - * @param \PhpParser\Node\Stmt $propertyContex |
|
26 | + * @param \PhpParser\Node\Stmt $propertyContext |
|
27 | 27 | * @param \PhpParser\Node\Stmt\Property $property |
28 | 28 | */ |
29 | 29 | public function __construct($context, $file, Stmt $propertyContext, Property $property) |
@@ -25,8 +25,6 @@ |
||
25 | 25 | protected $classAfter; |
26 | 26 | |
27 | 27 | /** |
28 | - * @param string $file |
|
29 | - * @param \PhpParser\Node\Stmt\Class_ $class |
|
30 | 28 | */ |
31 | 29 | public function __construct($fileBefore, Class_ $classBefore, $fileAfter, Class_ $classAfter) |
32 | 30 | { |
@@ -25,7 +25,7 @@ |
||
25 | 25 | |
26 | 26 | /** |
27 | 27 | * @param string $fileAfter |
28 | - * @param \PhpParser\Node\Stmt\Interface_ $interface |
|
28 | + * @param \PhpParser\Node\Stmt\Interface_ $interfaceAfter |
|
29 | 29 | */ |
30 | 30 | public function __construct($fileBefore, Interface_ $interfaceBefore, $fileAfter, Interface_ $interfaceAfter) |
31 | 31 | { |