Skip to content

Commit 834255b

Browse files
committed
phpcs
1 parent a2cdabe commit 834255b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

config/ParameterExamples.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
return [
34
'idSite:int|string|int[]' => 1,
45
'period:\'day\'|\'week\'|\'month\'|\'year\'|\'range\'' => 'day',

tests/Resources/MockAnnotationGenerator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,4 @@ public function shouldUseParameterLevelExample(array $typesMap, string $example)
110110
{
111111
return parent::shouldUseParameterLevelExample($typesMap, $example);
112112
}
113-
114113
}

0 commit comments

Comments
 (0)