Passed
Pull Request — master (#22)
by
unknown
05:22
created
src/Fixture/Factory/BarcodeAwareExampleFactoryTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     protected function configureBarcodeOptions(OptionsResolver $resolver, int $chanceOfRandomBarcode = 90): void
17 17
     {
18 18
         $resolver
19
-            ->setDefault('barcode', static function (): string {
19
+            ->setDefault('barcode', static function(): string {
20 20
                 static $faker;
21 21
 
22 22
                 if (null === $faker) {
Please login to merge, or discard this patch.