Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 30, 2024
1 parent 8b3a70a commit 41507e1
Show file tree
Hide file tree
Showing 12 changed files with 111,222 additions and 27,958 deletions.
1 change: 0 additions & 1 deletion bin/gen_callmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ function assertTypeValidity(ReflectionType $reflected, string &$specified, strin

function writeCallMap(string $file, array $callMap) {
file_put_contents($file, '<?php // phpcs:ignoreFile
namespace Phan\Language\Internal;
return '.var_export($callMap, true).';');
}
Expand Down
Loading

0 comments on commit 41507e1

Please sign in to comment.