Code coverage ignore instruction is case sensitive.

This commit is contained in:
James Cole
2017-12-25 08:48:49 +01:00
parent bf390b65d9
commit 56ae279c96
23 changed files with 24 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ namespace FireflyIII\Providers;
use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider;
/**
* @CodeCoverageIgnore
* @codeCoverageIgnore
* Class AuthServiceProvider
*/
class AuthServiceProvider extends ServiceProvider