Completed
Branch 3.0.0 (0463cf)
by Pieter
07:47 queued 04:47
created
src/Plugins/Illuminate/DataLayers/StatusFromDatabaseRetriever.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
             );
51 51
         }
52 52
         $list = array_map(
53
-            function (Status $statusModel) {
53
+            function(Status $statusModel) {
54 54
                 return $this->convert($statusModel);
55 55
             }, iterator_to_array($statuses)
56 56
         );
Please login to merge, or discard this patch.