ADmad 10 years ago
parent
commit
7d73cdcb8b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/TestCase/Utility/HashTest.php

+ 2 - 1
tests/TestCase/Utility/HashTest.php

@@ -268,7 +268,8 @@ class HashTest extends TestCase
      *
      * @return array
      */
-    public static function articleDataSets() {
+    public static function articleDataSets()
+    {
         return [
             [static::articleData()],
             [static::articleDataObject()]