Browse Source

phpcs fix

Florian Krämer 8 years ago
parent
commit
90f0d39568
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/Database/SchemaCacheTest.php

+ 0 - 1
tests/TestCase/Database/SchemaCacheTest.php

@@ -213,5 +213,4 @@ class SchemaCacheTest extends TestCase
 
         $this->assertInstanceOf(CachedCollection::class, $result);
     }
-
 }