Skip to content

Commit c7c6e19

Browse files
committed
DEVOPS-2346: Fix static tests
1 parent dc47a80 commit c7c6e19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ private function assertPhpVersionInSync($name, $phpVersion)
309309
* Make sure requirements of components are reflected in root composer.json
310310
*
311311
* @param \StdClass $json
312+
* @return void
312313
*/
313314
private function assertRequireInSync(\StdClass $json)
314315
{
@@ -324,8 +325,9 @@ private function assertRequireInSync(\StdClass $json)
324325
* Check if package is reflected in root composer.json
325326
*
326327
* @param \StdClass $json
328+
* @return void
327329
*/
328-
private function checkPackageInRootComposer(\StdClass $json): void
330+
private function checkPackageInRootComposer(\StdClass $json)
329331
{
330332
$name = $json->name;
331333
$errors = [];

0 commit comments

Comments
 (0)