You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($oNodeinstanceof \PhpParser\Node\Stmt\Expression) {
@@ -221,7 +221,7 @@ private function GetModuleInformationFromAddModuleCall(string $sModuleFilePath,
221
221
thrownewModuleFileReaderException("2nd parameter to SetupWebPage::AddModule not a string: " . get_class($oModuleId->value), 0, null, $sModuleFilePath);
if (false === ($oModuleConfigInfoinstanceofPhpParser\Node\Arg)) {
@@ -233,7 +233,7 @@ private function GetModuleInformationFromAddModuleCall(string $sModuleFilePath,
233
233
thrownewModuleFileReaderException("3rd parameter to SetupWebPage::AddModule not an array: " . get_class($oModuleConfigInfo->value), 0, null, $sModuleFilePath);
thrownewModuleFileReaderException("3rd parameter to SetupWebPage::AddModule not an array: " . get_class($oModuleConfigInfo->value), 0, null, $sModuleFilePath);
@@ -255,7 +255,7 @@ private function GetModuleInformationFromAddModuleCall(string $sModuleFilePath,
0 commit comments