Skip to content

Commit

Permalink
Merge pull request #11136 from M393/fix-update-property-map
Browse files Browse the repository at this point in the history
Die when PHP doc not found in update-property-map.php
  • Loading branch information
orklah authored Feb 17, 2025
2 parents 6982f44 + b9df602 commit 4a25687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/stubs/update-property-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
if (false === $docDir) {
echo 'PHP doc not found!' . PHP_EOL;
echo 'Please execute: git clone git@github.com:php/doc-en.git ' . dirname(__DIR__) . '/build/doc-en';
die(1);
}

$files = new RegexIterator(
Expand Down

0 comments on commit 4a25687

Please # to comment.