Completed
Pull Request — master (#58)
by Laurent
03:37
created
src/AppBundle/Tests/Controller/UserControllerTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,8 +94,8 @@
 block discarded – undo
94 94
     }
95 95
 
96 96
 /**
97
-     * @depends testCreate
98
-     */
97
+ * @depends testCreate
98
+ */
99 99
 
100 100
     public function testSort() {
101 101
         $client = static::createClient();
Please login to merge, or discard this patch.
src/AppBundle/Controller/Settings/Divers/FamilyLogController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
         );
134 134
 
135 135
         return $return;
136
-   }
136
+    }
137 137
 
138 138
     /**
139 139
      * Deletes a FamilyLog entity.
Please login to merge, or discard this patch.
src/AppBundle/Controller/Settings/Divers/TvaController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
         );
134 134
 
135 135
         return $return;
136
-   }
136
+    }
137 137
 
138 138
     /**
139 139
      * Deletes a FamilyLog entity.
Please login to merge, or discard this patch.