Completed
Push — master ( ead0c0...053e43 )
by Tyler
03:12
created
src/Notifications/Notifier.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      * @param  callable|string $cb The value that you want to wrap in a closure
32 32
      * @return callable
33 33
      */
34
-    private function wrapValueInClosure($cb){
34
+    private function wrapValueInClosure($cb) {
35 35
         if (is_callable($cb)) {
36 36
             return $cb;
37 37
         } else {
Please login to merge, or discard this patch.