Skip to content

Commit 3a57d1c

Browse files
committed
style: correct code style violations
1 parent 69ea530 commit 3a57d1c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/JsonSchema/Constraints/Constraint.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
abstract class Constraint extends BaseConstraint implements ConstraintInterface
1010
{
11-
/** @var string */
11+
/** @var string */
1212
protected $inlineSchemaProperty = '$schema';
1313

1414
public const CHECK_MODE_NONE = 0x00000000;
@@ -62,11 +62,11 @@ protected function checkArray(&$value, $schema = null, ?JsonPointer $path = null
6262
/**
6363
* Validates an object
6464
*
65-
* @param mixed $value
66-
* @param mixed $schema
67-
* @param mixed $properties
68-
* @param mixed $additionalProperties
69-
* @param mixed $patternProperties
65+
* @param mixed $value
66+
* @param mixed $schema
67+
* @param mixed $properties
68+
* @param mixed $additionalProperties
69+
* @param mixed $patternProperties
7070
* @param array<string> $appliedDefaults
7171
*/
7272
protected function checkObject(

0 commit comments

Comments
 (0)