Skip to content

Commit fd561ac

Browse files
committed
MAGETWO-89412: [2.3] Composer static test of PHP versions is failed for non-core modules
1 parent 5b92f7b commit fd561ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Integrity/ComposerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ private function assertMagentoConventions($dir, $packageType, \StdClass $json)
216216
* @param string $packageName
217217
* @return bool
218218
*/
219-
private function isVendorMagento(string $packageName)
219+
private function isVendorMagento(string $packageName): bool
220220
{
221221
return strpos($packageName, 'magento/') === 0;
222222
}

0 commit comments

Comments
 (0)