Skip to content

Commit 41507e1

Browse files
committed
bump
1 parent 8b3a70a commit 41507e1

12 files changed

+111222
-27958
lines changed

bin/gen_callmap.php

-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ function assertTypeValidity(ReflectionType $reflected, string &$specified, strin
171171

172172
function writeCallMap(string $file, array $callMap) {
173173
file_put_contents($file, '<?php // phpcs:ignoreFile
174-
namespace Phan\Language\Internal;
175174
176175
return '.var_export($callMap, true).';');
177176
}

0 commit comments

Comments
 (0)