Skip to content

Fix failing CI #454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Chartjs/Builder/ChartBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @author Titouan Galopin <[email protected]>
*
* @final
*
* @experimental
*/
class ChartBuilder implements ChartBuilderInterface
Expand Down
1 change: 1 addition & 0 deletions src/Chartjs/ChartjsBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @author Titouan Galopin <[email protected]>
*
* @final
*
* @experimental
*/
class ChartjsBundle extends Bundle
Expand Down
1 change: 1 addition & 0 deletions src/Chartjs/Model/Chart.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* @author Titouan Galopin <[email protected]>
*
* @final
*
* @experimental
*/
class Chart
Expand Down
1 change: 1 addition & 0 deletions src/Chartjs/Twig/ChartExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @author Titouan Galopin <[email protected]>
*
* @final
*
* @experimental
*/
class ChartExtension extends AbstractExtension
Expand Down
1 change: 1 addition & 0 deletions src/Cropperjs/CropperjsBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @author Titouan Galopin <[email protected]>
*
* @final
*
* @experimental
*/
class CropperjsBundle extends Bundle
Expand Down
1 change: 1 addition & 0 deletions src/Cropperjs/Factory/Cropper.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* @author Titouan Galopin <[email protected]>
*
* @final
*
* @experimental
*/
class Cropper implements CropperInterface
Expand Down
1 change: 1 addition & 0 deletions src/Cropperjs/Form/CropperType.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* @author Titouan Galopin <[email protected]>
*
* @final
*
* @experimental
*/
class CropperType extends AbstractType
Expand Down
1 change: 1 addition & 0 deletions src/Cropperjs/Model/Crop.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* @author Titouan Galopin <[email protected]>
*
* @final
*
* @experimental
*/
class Crop
Expand Down
1 change: 1 addition & 0 deletions src/Dropzone/DropzoneBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @author Titouan Galopin <[email protected]>
*
* @final
*
* @experimental
*/
class DropzoneBundle extends Bundle
Expand Down
1 change: 1 addition & 0 deletions src/Dropzone/Form/DropzoneType.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* @author Titouan Galopin <[email protected]>
*
* @final
*
* @experimental
*/
class DropzoneType extends AbstractType
Expand Down
1 change: 1 addition & 0 deletions src/LazyImage/BlurHash/BlurHash.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* @author Titouan Galopin <[email protected]>
*
* @final
*
* @experimental
*/
class BlurHash implements BlurHashInterface
Expand Down
1 change: 1 addition & 0 deletions src/LazyImage/LazyImageBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @author Titouan Galopin <[email protected]>
*
* @final
*
* @experimental
*/
class LazyImageBundle extends Bundle
Expand Down
1 change: 1 addition & 0 deletions src/LazyImage/Twig/BlurHashExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* @author Titouan Galopin <[email protected]>
*
* @final
*
* @experimental
*/
class BlurHashExtension extends AbstractExtension
Expand Down
1 change: 1 addition & 0 deletions src/LiveComponent/src/ValidatableComponentTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public function validateAfterHydration(): void

/**
* @internal
*
* @required
*/
public function setComponentValidator(ComponentValidatorInterface $componentValidator): void
Expand Down
1 change: 1 addition & 0 deletions src/Notify/NotifyBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @author Mathias Arlaud <[email protected]>
*
* @final
*
* @experimental
*/
class NotifyBundle extends Bundle
Expand Down
1 change: 1 addition & 0 deletions src/React/ReactBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @author Titouan Galopin <[email protected]>
*
* @final
*
* @experimental
*/
class ReactBundle extends Bundle
Expand Down
1 change: 1 addition & 0 deletions src/React/Twig/ReactComponentExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* @author Titouan Galopin <[email protected]>
*
* @final
*
* @experimental
*/
class ReactComponentExtension extends AbstractExtension
Expand Down
1 change: 1 addition & 0 deletions src/Turbo/Tests/app/Entity/Artist.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

/**
* @ORM\Entity
*
* @Broadcast
*
* @author Rick Kuipers <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions src/Turbo/Tests/app/Entity/Book.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

/**
* @ORM\Entity
*
* @Broadcast
*
* @author Kévin Dunglas <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions src/TwigComponent/src/ComponentAttributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* @author Kevin Bond <[email protected]>
*
* @experimental
*
* @immutable
*/
final class ComponentAttributes
Expand Down
1 change: 1 addition & 0 deletions src/Vue/Twig/VueComponentExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* @author Thibault RICHARD <[email protected]>
*
* @final
*
* @experimental
*/
class VueComponentExtension extends AbstractExtension
Expand Down
1 change: 1 addition & 0 deletions src/Vue/VueBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* @author Thibault RICHARD <[email protected]>
*
* @final
*
* @experimental
*/
class VueBundle extends Bundle
Expand Down