Completed
Push — master ( a81ea2...e23c5c )
by Gabriel
03:24
created
src/Collections/Traits/HasAcceptsMediaTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
 
30 30
     protected function initHasAcceptsMediaWithValidation()
31 31
     {
32
-        $this->acceptsMedia(function ($file) {
32
+        $this->acceptsMedia(function($file) {
33 33
             $validator = $this->getValidator();
34 34
             $constraint = $this->getConstraint();
35 35
 
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
 
45 45
     protected function initHasAcceptsMediaEmpty()
46 46
     {
47
-        $this->acceptsMedia(function () {
47
+        $this->acceptsMedia(function() {
48 48
             return true;
49 49
         });
50 50
     }
Please login to merge, or discard this patch.