Completed
Push — develop ( 3fe434...8a5c06 )
by Stuart
01:55
created
src/ValueBuilders/ConvertToArray.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
      */
130 130
     private static function nothingMatchesTheInputType($data)
131 131
     {
132
-        return [ $data ];
132
+        return [$data];
133 133
     }
134 134
 
135 135
     /**
Please login to merge, or discard this patch.
src/Filters/ExtractFirstItemWithContent.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,8 @@
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-    * extract the first item from a dataset. if the dataset is empty, or all
69
-    * the content is empty, return the default value
68
+     * extract the first item from a dataset. if the dataset is empty, or all
69
+     * the content is empty, return the default value
70 70
      *
71 71
      * @param  mixed $data
72 72
      *         the data to filter
Please login to merge, or discard this patch.