File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 "phpunit/phpcov" : " ^8.2" ,
2626 "phpunit/phpunit" : " ^9.1" ,
2727 "predis/predis" : " ^1.1 || ^2.0" ,
28- "rector/rector" : " 0.15.0 " ,
28+ "rector/rector" : " 0.15.1 " ,
2929 "vimeo/psalm" : " ^5.0"
3030 },
3131 "suggest" : {
Original file line number Diff line number Diff line change 4848use Rector \PSR4 \Rector \FileWithoutNamespace \NormalizeNamespaceByPSR4ComposerAutoloadRector ;
4949use Rector \Set \ValueObject \LevelSetList ;
5050use Rector \Set \ValueObject \SetList ;
51- use Rector \TypeDeclaration \Rector \Property \TypedPropertyFromAssignsRector ;
5251use Utils \Rector \PassStrictParameterToFunctionParameterRector ;
5352use Utils \Rector \RemoveErrorSuppressInTryCatchStmtsRector ;
5453use Utils \Rector \RemoveVarTagFromClassConstantRector ;
Original file line number Diff line number Diff line change 3939final class ControllerTest extends CIUnitTestCase
4040{
4141 private App $ config ;
42-
43- /**
44- * @var Controller|null
45- */
46- private $ controller ;
42+ private ?Controller $ controller = null ;
4743
4844 /**
4945 * Current request.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ final class DecoratorsTest extends CIUnitTestCase
2828{
2929 private FileLocator $ loader ;
3030 private string $ viewsDir ;
31- private $ config ;
31+ private ? \ Config \ View $ config = null ;
3232
3333 protected function setUp (): void
3434 {
You can’t perform that action at this time.
0 commit comments