Skip to content

Commit ca08075

Browse files
committed
fix: whitespace Makefile typo
1 parent c4ac852 commit ca08075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,10 +1188,10 @@ test_web_laminas_rest_19: global_test_run_dependencies
11881188
$(call run_composer_with_retry,tests/Frameworks/Laminas/ApiTools/Version_1_9,)
11891189
$(call run_tests_debug,tests/Integrations/Laminas/ApiTools/V1_9)
11901190
test_web_laminas_14: global_test_run_dependencies
1191-
$(call run_composer_with_retry, tests/Frameworks/Laminas/Version_1_4,)
1191+
$(call run_composer_with_retry,tests/Frameworks/Laminas/Version_1_4,)
11921192
$(call run_tests_debug,tests/Integrations/Laminas/V1_4)
11931193
test_web_laminas_20: global_test_run_dependencies
1194-
$(call run_composer_with_retry, tests/Frameworks/Laminas/Version_2_0,)
1194+
$(call run_composer_with_retry,tests/Frameworks/Laminas/Version_2_0,)
11951195
$(call run_tests_debug,tests/Integrations/Laminas/V2_0)
11961196
test_web_laravel_42: global_test_run_dependencies
11971197
$(call run_composer_with_retry,tests/Frameworks/Laravel/Version_4_2,)

0 commit comments

Comments
 (0)