@@ -29,7 +29,7 @@ discard block |
||
| 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 |
||
| 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 | } |