Passed
Push — master ( 08926b...387e5c )
by Brent
03:26
created
src/Adapter/OrderAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
             $entries = $this->getData($page->getVariable($variable));
55 55
 
56
-            uasort($entries, function ($a, $b) use ($field) {
56
+            uasort($entries, function($a, $b) use ($field) {
57 57
                 return strcmp($a[$field], $b[$field]);
58 58
             });
59 59
 
Please login to merge, or discard this patch.
src/Config.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @param $id
80
+     * @param string $id
81 81
      *
82 82
      * @return object
83 83
      */
Please login to merge, or discard this patch.