Completed
Pull Request — dev (#73)
by Zach
05:31 queued 02:02
created
src/Helpers/macros.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
     /*
7 7
      * Dump the arguments given followed by the collection.
8 8
      */
9
-    Collection::macro('objectIfEmpty', function () {
9
+    Collection::macro('objectIfEmpty', function() {
10 10
         if ($this->isEmpty()) {
11 11
             return new \stdClass();
12 12
         }
Please login to merge, or discard this patch.