Skip to content

Commit c164ed9

Browse files
committed
Remove PhpStorm annotations
1 parent fbb9d7b commit c164ed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Unit/ServeCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
1+
<?php
22

33
use App\Commands\ServeCommand;
44
use Hyde\Foundation\HydeKernel;

tests/Unit/VendorPublishCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /** @noinspection PhpIllegalPsrClassPathInspection */
1+
<?php
22

33
use App\Commands\VendorPublishCommand;
44
use Illuminate\Filesystem\Filesystem;

0 commit comments

Comments
 (0)