Browse Source

Fixing style errors.

stickler-ci 7 years ago
parent
commit
bc27f1738e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/ORM/MarshallerTest.php

+ 0 - 1
tests/TestCase/ORM/MarshallerTest.php

@@ -1816,7 +1816,6 @@ class MarshallerTest extends TestCase
         $this->assertInstanceOf('Cake\ORM\Entity', $result->tags[2]);
     }
 
-
     /**
      * Tests that merging data to an entity containing belongsToMany and _ids
      * will not generate conflicting queries when associations are automatically selected