1
0
Fork 0

Add missing declare strict_types

pull/214/head
Felix Becker 2016-12-13 01:25:13 +01:00
parent 6f03f1961b
commit f2a866736e
1 changed files with 1 additions and 0 deletions

View File

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