Passed
Pull Request — master (#1802)
by Timo
18:59
created
Classes/Domain/Search/Query/ParameterBuilder/FieldCollapsing.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -176,9 +176,9 @@
 block discarded – undo
176 176
         return new FieldCollapsing(true, $collapseField, $expand, $expandRows);
177 177
     }
178 178
 
179
-     /**
180
-     * @return FieldCollapsing
181
-     */
179
+        /**
180
+         * @return FieldCollapsing
181
+         */
182 182
     public static function getEmpty()
183 183
     {
184 184
         return new FieldCollapsing(false);
Please login to merge, or discard this patch.