-
-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvements, fixes and removing experimental from non-experimental c…
…lasses
- Loading branch information
1 parent
ad7a339
commit 7f414c8
Showing
7 changed files
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,6 @@ | |
use Symfony\Component\HttpKernel\DependencyInjection\Extension; | ||
|
||
/** | ||
* @experimental | ||
* | ||
* @author Ryan Weaver <[email protected]> | ||
*/ | ||
final class StimulusExtension extends Extension implements PrependExtensionInterface, ConfigurationInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,6 @@ | |
/** | ||
* Helper to build Stimulus-related HTML attributes. | ||
* | ||
* @experimental | ||
* | ||
* @author Ryan Weaver <[email protected]> | ||
*/ | ||
class StimulusAttributes implements \Stringable, \IteratorAggregate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,6 @@ | |
use Twig\Loader\ArrayLoader; | ||
|
||
/** | ||
* @experimental | ||
* | ||
* @author Ryan Weaver <[email protected]> | ||
*/ | ||
final class StimulusHelper | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,6 @@ | |
use Symfony\UX\StimulusBundle\DependencyInjection\Compiler\RemoveAssetMapperServicesCompiler; | ||
|
||
/** | ||
* @experimental | ||
* | ||
* @author Ryan Weaver <[email protected]> | ||
*/ | ||
final class StimulusBundle extends Bundle | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,6 @@ | |
use Twig\TwigFunction; | ||
|
||
/** | ||
* @experimental | ||
* | ||
* @author Ryan Weaver <[email protected]> | ||
*/ | ||
final class StimulusTwigExtension extends AbstractExtension | ||
|