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

@@ -32,7 +32,7 @@ use Illuminate\Foundation\Application;
use Illuminate\Support\ServiceProvider;
/**
* @CodeCoverageIgnore
* @codeCoverageIgnore
* Class JournalServiceProvider.
*/
class JournalServiceProvider extends ServiceProvider