Test Setup Failed
Pull Request — master (#14)
by Joel
01:24
created
src/Charcoal/Property/StorablePropertyTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
      */
175 175
     protected function sqlSelectExpression()
176 176
     {
177
-        return function ($select) {
177
+        return function($select) {
178 178
             return $select;
179 179
         };
180 180
     }
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
          * @param  string $param A PDO parameter name in the form `:name`.
280 280
          * @return string The formatted parameter name.
281 281
          */
282
-        return function ($param) {
282
+        return function($param) {
283 283
             return $param;
284 284
         };
285 285
     }
Please login to merge, or discard this patch.