Skip to content

Commit 6446581

Browse files
#267: Applied PHP-CS-Fixer
1 parent 695b60e commit 6446581

13 files changed

+16
-3
lines changed

src/BirthdayType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Copyright (c) 2017 DarkWeb Design.
45
*

src/BooleanToYesNoSubscriber.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Copyright (c) 2021 DarkWeb Design.
45
*
@@ -35,7 +36,7 @@ class BooleanToYesNoSubscriber implements EventSubscriberInterface
3536
{
3637
public function __construct(
3738
/** @var string[] */
38-
private readonly array $fieldNames
39+
private readonly array $fieldNames,
3940
) {
4041
}
4142

src/BooleanType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Copyright (c) 2017 DarkWeb Design.
45
*

src/EntityType.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Copyright (c) 2017 DarkWeb Design.
45
*
@@ -45,7 +46,7 @@
4546
class EntityType extends AbstractType
4647
{
4748
public function __construct(
48-
private ManagerRegistry $registry
49+
private ManagerRegistry $registry,
4950
) {
5051
}
5152

src/JsonSchemaSubscriber.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Copyright (c) 2021 DarkWeb Design.
45
*
@@ -34,7 +35,7 @@
3435
class JsonSchemaSubscriber implements EventSubscriberInterface
3536
{
3637
public function __construct(
37-
private readonly string $fieldName = 'schema'
38+
private readonly string $fieldName = 'schema',
3839
) {
3940
}
4041

src/UnstructuredType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Copyright (c) 2019 DarkWeb Design.
45
*

tests/BirthdayTypeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Copyright (c) 2017 DarkWeb Design.
45
*

tests/BooleanToYesNoSubscriberTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Copyright (c) 2021 DarkWeb Design.
45
*

tests/BooleanTypeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Copyright (c) 2017 DarkWeb Design.
45
*

tests/EntityTypeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Copyright (c) 2017 DarkWeb Design.
45
*

0 commit comments

Comments
 (0)