inspection bug fix

This commit is contained in:
Dennis Eichhorn 2019-12-12 20:08:53 +01:00
parent f5e050c0b3
commit f29a833016

View File

@ -1 +1,4 @@
<?php \file_put_contents(__DIR__ . '/../../dummyModule/phpscript.md', 'php script');
<?php
declare(strict_types=1);
\file_put_contents(__DIR__ . '/../../dummyModule/phpscript.md', 'php script');