Skip to content

Commit f9a46e4

Browse files
committed
style: correct code style violations
1 parent b547618 commit f9a46e4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/JsonSchema/Constraints/UndefinedConstraint.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ protected function validateOfProperties(&$value, $schema, JsonPointer $path, $i
355355
$allErrors = [];
356356
$matchedSchemas = [];
357357
$startErrors = $this->getErrors();
358-
359358
foreach ($schema->oneOf as $oneOf) {
360359
try {
361360
$this->errors = [];

src/JsonSchema/Tool/DeepCopy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class DeepCopy
1111
{
1212
/**
1313
* @param mixed $input
14+
*
1415
* @return mixed
1516
*/
1617
public static function copyOf($input)

0 commit comments

Comments
 (0)