Completed
Push — master ( 23d5f0...daf9a4 )
by Kamil
05:58
created
src/Sylius/Bundle/CoreBundle/Fixture/OptionsResolver/LazyOption.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
 
100 100
     public static function findBy(RepositoryInterface $repository, string $field): \Closure
101 101
     {
102
-        return function (Options $options, ?array $previousValues) use ($repository, $field): ?iterable {
102
+        return function (Options $options, ?array $previousValues) use ($repository, $field) : ?iterable {
103 103
             if (null === $previousValues || [] === $previousValues) {
104 104
                 return $previousValues;
105 105
             }
Please login to merge, or discard this patch.