Slide 37
Slide 37 text
例)
$ ./vendor/bin/phpstan analyse --no-progress --memory-limit=2G --error-format=raw $(cat $CI_PROJECT_DIR/target.txt)
Note: Using configuration file ./phpstan.neon.
...
HogeCommand.php:25:Property HogeCommand::$requestParameter has no type specified.
HogeCommand.php:704:Method HogeCommand::mailSend() has no return type specified.
HogeCommand:704:Method HogeCommand::mailSend() has parameter $condition with no type specified.
HogeCommand:704:Method AHogeCommand::mailSend() has parameter $aIsError with no type specified.
HogeCommand:749:Offset 'user_name' might not exist on array|null.
FileInfo.php:23:Class FileInfo has an uninitialized readonly property $fileId. Assign it in the constructor.
FileInfo.php:24:Class FileInfo has an uninitialized readonly property $fileName. Assign it in the constructor.
FileInfo.php:25:Class FileInfo has an uninitialized readonly property $filePath. Assign it in the constructor.
FileInfo.php:25:Property FileInfo::$filePath is never read, only written.
FileInfo.php:26:Class FileInfo has an uninitialized readonly property $fileOrder. Assign it in the constructor.
FileInfo.php:26:Property FileInfo::$fileOrder is never read, only written.
FileInfo.php:27:Class FileInfo has an uninitialized readonly property $fileType. Assign it in the constructor.
...
#phpkansai #b
課題と対応①:指摘の修正に時間がかかる
©RAKUS Co., Ltd. 37