Skip to content

Commit

Permalink
Die when PHP doc not found in update-property-map.php
Browse files Browse the repository at this point in the history
  • Loading branch information
M393 committed Oct 21, 2024
1 parent 0f796f1 commit deb2e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/update-property-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function extractClassesFromStatements(array $statements): array
if (false === $docDir) {
echo 'PHP doc not found!' . PHP_EOL;
echo 'Please execute: git clone [email protected]:php/doc-en.git ' . dirname(__DIR__) . '/build/doc-en';
die(1);
}

$files = new RegexIterator(
Expand Down

0 comments on commit deb2e87

Please sign in to comment.