Skip to content

Commit b1f7419

Browse files
committed
optimized global function calls
1 parent 153ad41 commit b1f7419

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/RobotLoader/RobotLoader.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
use Nette;
1313
use Nette\Utils\FileSystem;
1414
use SplFileInfo;
15+
use function array_merge, defined, extension_loaded, file_get_contents, file_put_contents, filemtime, flock, fopen, function_exists, hash, is_array, is_dir, is_file, realpath, rename, serialize, spl_autoload_register, sprintf, strlen, unlink, var_export;
16+
use const LOCK_EX, LOCK_SH, LOCK_UN, PHP_VERSION_ID, T_CLASS, T_COMMENT, T_DOC_COMMENT, T_ENUM, T_INTERFACE, T_NAME_QUALIFIED, T_NAMESPACE, T_STRING, T_TRAIT, T_WHITESPACE, TOKEN_PARSE;
1517

1618

1719
/**

0 commit comments

Comments
 (0)