We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4d0a1 commit 1d48facCopy full SHA for 1d48fac
bin/init.cmake
@@ -79,7 +79,7 @@ if(NOT GIT_REF)
79
)
80
81
if(NOT GIT_REMOTE_HEADS)
82
- message(FATAL_ERROR "PHP branch ${GIT_BRANCH} doesn't exist")
+ message(FATAL_ERROR "PHP branch ${GIT_BRANCH} doesn't exist.")
83
endif()
84
85
execute_process(
bin/php.cmake
@@ -247,7 +247,7 @@ function(php_download)
247
if(NOT downloadUrl)
248
message(
249
FATAL_ERROR
250
- "Download URL for PHP ${PHP_VERSION} could not be found"
+ "Download URL for PHP ${PHP_VERSION} could not be found."
251
252
253
0 commit comments