Skip to content

Commit cd9a801

Browse files
committed
apply style ci fixes
1 parent 79e91b8 commit cd9a801

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

src/Bindings/AliasBinding.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ class AliasBinding implements Binding
2727
/**
2828
* AliasBinding constructor.
2929
*
30-
* @param string $property the property to bind to
31-
* @param string $jsonField the json field
32-
* @param bool $isRequired defines if the field value is required during decoding
30+
* @param string $property the property to bind to
31+
* @param string $jsonField the json field
32+
* @param bool $isRequired defines if the field value is required during decoding
3333
*/
3434
public function __construct($property, $jsonField, $isRequired = false)
3535
{

src/Bindings/ArrayBinding.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ class ArrayBinding implements Binding
3232
/**
3333
* ArrayBinding constructor.
3434
*
35-
* @param string $property the property to bind to
36-
* @param string $jsonField the json field
37-
* @param string $type the desired type of the property
38-
* @param bool $isRequired defines if the field value is required during decoding
35+
* @param string $property the property to bind to
36+
* @param string $jsonField the json field
37+
* @param string $type the desired type of the property
38+
* @param bool $isRequired defines if the field value is required during decoding
3939
*/
4040
public function __construct($property, $jsonField, $type, $isRequired = false)
4141
{

src/Bindings/FieldBinding.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ class FieldBinding implements Binding
3232
/**
3333
* FieldBinding constructor.
3434
*
35-
* @param string $property the property to bind to
36-
* @param string $jsonField the json field
37-
* @param string $type the desired type of the property
38-
* @param bool $isRequired defines if the field value is required during decoding
35+
* @param string $property the property to bind to
36+
* @param string $jsonField the json field
37+
* @param string $type the desired type of the property
38+
* @param bool $isRequired defines if the field value is required during decoding
3939
*/
4040
public function __construct($property, $jsonField, $type, $isRequired = false)
4141
{

0 commit comments

Comments
 (0)