1
0
Fork 0

Add more declare(strict_types = 1) (#39)

pull/43/head v2.3.0
Felix Becker 2016-09-30 11:54:49 +02:00 committed by GitHub
parent 9fd9a02e19
commit 6917f1c789
7 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace LanguageServer;

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace LanguageServer;

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace LanguageServer;

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace LanguageServer;

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace LanguageServer\Server;

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace LanguageServer\Server;

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace LanguageServer;