Test Setup Failed
Pull Request — master (#14)
by Joel
01:02
created
src/Charcoal/Property/StorablePropertyTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -271,7 +271,7 @@
 block discarded – undo
271 271
          * @param  string $param A PDO parameter name in the form `:name`.
272 272
          * @return string The formatted parameter name.
273 273
          */
274
-        return function ($param) {
274
+        return function($param) {
275 275
             return $param;
276 276
         };
277 277
     }
Please login to merge, or discard this patch.