mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-22 01:08:59 +08:00
add declare strict type
This commit is contained in:
@@ -133,6 +133,7 @@ class Compiler
|
||||
$codeStr = \implode("\n", $code);
|
||||
|
||||
return <<<PHP
|
||||
declare(strict_types=1);
|
||||
namespace InnStudio\\Prober\\Components\\PreDefine;
|
||||
{$codeStr}
|
||||
PHP;
|
||||
|
||||
Reference in New Issue
Block a user