Test Setup Failed
Pull Request — master (#14)
by Joel
01:18
created
src/Charcoal/Property/StorablePropertyTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@
 block discarded – undo
220 220
         /**
221 221
          * @param string $bind The PDO bind string.
222 222
          */
223
-        return function ($bind) {
223
+        return function($bind) {
224 224
             return $bind;
225 225
         };
226 226
     }
Please login to merge, or discard this patch.