Skip to content

Commit 85760ce

Browse files
committed
minor #454 Fix failing CI (kbond)
This PR was merged into the 2.x branch. Discussion ---------- Fix failing CI | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | n/a | License | MIT - Latest version of php-cs-fixer adds a fixer that separates php docs. Do we want to keep the defaults or customize the config? - js-dist-current [is failing](https://github.com/symfony/ux/runs/8251702511?check_suite_focus=true#step:6:1268). Not sure what's required to fix. Commits ------- 87401c5 fix cs
2 parents dd07ad6 + 87401c5 commit 85760ce

File tree

22 files changed

+22
-0
lines changed

22 files changed

+22
-0
lines changed

src/Chartjs/Builder/ChartBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* @author Titouan Galopin <[email protected]>
1818
*
1919
* @final
20+
*
2021
* @experimental
2122
*/
2223
class ChartBuilder implements ChartBuilderInterface

src/Chartjs/ChartjsBundle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* @author Titouan Galopin <[email protected]>
1818
*
1919
* @final
20+
*
2021
* @experimental
2122
*/
2223
class ChartjsBundle extends Bundle

src/Chartjs/Model/Chart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* @author Titouan Galopin <[email protected]>
1616
*
1717
* @final
18+
*
1819
* @experimental
1920
*/
2021
class Chart

src/Chartjs/Twig/ChartExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* @author Titouan Galopin <[email protected]>
2323
*
2424
* @final
25+
*
2526
* @experimental
2627
*/
2728
class ChartExtension extends AbstractExtension

src/Cropperjs/CropperjsBundle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* @author Titouan Galopin <[email protected]>
1818
*
1919
* @final
20+
*
2021
* @experimental
2122
*/
2223
class CropperjsBundle extends Bundle

src/Cropperjs/Factory/Cropper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @author Titouan Galopin <[email protected]>
1919
*
2020
* @final
21+
*
2122
* @experimental
2223
*/
2324
class Cropper implements CropperInterface

src/Cropperjs/Form/CropperType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* @author Titouan Galopin <[email protected]>
2424
*
2525
* @final
26+
*
2627
* @experimental
2728
*/
2829
class CropperType extends AbstractType

src/Cropperjs/Model/Crop.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* @author Titouan Galopin <[email protected]>
2121
*
2222
* @final
23+
*
2324
* @experimental
2425
*/
2526
class Crop

src/Dropzone/DropzoneBundle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* @author Titouan Galopin <[email protected]>
1818
*
1919
* @final
20+
*
2021
* @experimental
2122
*/
2223
class DropzoneBundle extends Bundle

src/Dropzone/Form/DropzoneType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* @author Titouan Galopin <[email protected]>
2020
*
2121
* @final
22+
*
2223
* @experimental
2324
*/
2425
class DropzoneType extends AbstractType

src/LazyImage/BlurHash/BlurHash.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @author Titouan Galopin <[email protected]>
1919
*
2020
* @final
21+
*
2122
* @experimental
2223
*/
2324
class BlurHash implements BlurHashInterface

src/LazyImage/LazyImageBundle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* @author Titouan Galopin <[email protected]>
1818
*
1919
* @final
20+
*
2021
* @experimental
2122
*/
2223
class LazyImageBundle extends Bundle

src/LazyImage/Twig/BlurHashExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* @author Titouan Galopin <[email protected]>
2020
*
2121
* @final
22+
*
2223
* @experimental
2324
*/
2425
class BlurHashExtension extends AbstractExtension

src/LiveComponent/src/ValidatableComponentTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ public function validateAfterHydration(): void
134134

135135
/**
136136
* @internal
137+
*
137138
* @required
138139
*/
139140
public function setComponentValidator(ComponentValidatorInterface $componentValidator): void

src/Notify/NotifyBundle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* @author Mathias Arlaud <[email protected]>
1818
*
1919
* @final
20+
*
2021
* @experimental
2122
*/
2223
class NotifyBundle extends Bundle

src/React/ReactBundle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* @author Titouan Galopin <[email protected]>
1818
*
1919
* @final
20+
*
2021
* @experimental
2122
*/
2223
class ReactBundle extends Bundle

src/React/Twig/ReactComponentExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* @author Titouan Galopin <[email protected]>
2121
*
2222
* @final
23+
*
2324
* @experimental
2425
*/
2526
class ReactComponentExtension extends AbstractExtension

src/Turbo/Tests/app/Entity/Artist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
/**
1818
* @ORM\Entity
19+
*
1920
* @Broadcast
2021
*
2122
* @author Rick Kuipers <[email protected]>

src/Turbo/Tests/app/Entity/Book.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
/**
1818
* @ORM\Entity
19+
*
1920
* @Broadcast
2021
*
2122
* @author Kévin Dunglas <[email protected]>

src/TwigComponent/src/ComponentAttributes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* @author Kevin Bond <[email protected]>
1616
*
1717
* @experimental
18+
*
1819
* @immutable
1920
*/
2021
final class ComponentAttributes

src/Vue/Twig/VueComponentExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* @author Thibault RICHARD <[email protected]>
2222
*
2323
* @final
24+
*
2425
* @experimental
2526
*/
2627
class VueComponentExtension extends AbstractExtension

src/Vue/VueBundle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @author Thibault RICHARD <[email protected]>
1919
*
2020
* @final
21+
*
2122
* @experimental
2223
*/
2324
class VueBundle extends Bundle

0 commit comments

Comments
 (0)