Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Sep 25, 2023
1 parent e767cfb commit d7f1e41
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/Assets/AssetBundles/AssetBundlesInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* @author Alex Weissman (https://alexanderweissman.com)
* @author Jordan Mele
*
*
* @deprecated 5.0, replaced by Webpack Encore
*/
interface AssetBundlesInterface
Expand Down
2 changes: 1 addition & 1 deletion src/Assets/AssetBundles/GulpBundleAssetsBundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @author Alex Weissman (https://alexanderweissman.com)
* @author Jordan Mele
*
*
* @deprecated 5.0, replaced by Webpack Encore
*/
abstract class GulpBundleAssetsBundles implements AssetBundlesInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Alex Weissman (https://alexanderweissman.com)
* @author Jordan Mele
*
*
* @deprecated 5.0, replaced by Webpack Encore
*/
class GulpBundleAssetsCompiledBundles extends GulpBundleAssetsBundles
Expand Down
2 changes: 1 addition & 1 deletion src/Assets/AssetBundles/GulpBundleAssetsRawBundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @author Jordan Mele
*
* @todo Many of the more advanced features available in gulp-bundle-assets configuration are not supported. (EG: Specifying the pre-minified versions of assets)
*
*
* @deprecated 5.0, replaced by Webpack Encore
*/
class GulpBundleAssetsRawBundles extends GulpBundleAssetsBundles
Expand Down
2 changes: 1 addition & 1 deletion src/Assets/AssetLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Loads an asset from the filesystem.
*
* @author Alex Weissman (https://alexanderweissman.com)
*
*
* @deprecated 5.0, replaced by Webpack Encore
*/
class AssetLoader
Expand Down
2 changes: 1 addition & 1 deletion src/Assets/Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* @author Alex Weissman (https://alexanderweissman.com)
* @author Jordan Mele (https://blog.djmm.me)
*
*
* @deprecated 5.0, replaced by Webpack Encore
*/
class Assets
Expand Down
2 changes: 1 addition & 1 deletion src/Assets/AssetsTemplatePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @author Jordan Mele (https://blog.djmm.me)
*
* @todo JS and CSS convenience methods. (not bundles)
*
*
* @deprecated 5.0, replaced by Webpack Encore
*/
class AssetsTemplatePlugin
Expand Down
2 changes: 1 addition & 1 deletion src/Assets/Exception/InvalidBundlesFileException.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* This exception should be thrown when there was a problem processing a bundles file.
*
* @author Jordan Mele
*
*
* @deprecated 5.0, replaced by Webpack Encore
*/
class InvalidBundlesFileException extends \RuntimeException
Expand Down
1 change: 0 additions & 1 deletion src/Assets/Util/MimeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* @author Alex Weissman (https://alexanderweissman.com)
*
* @see https://github.com/thephpleague/flysystem
*
* @deprecated 5.0, replaced by Webpack Encore
*/
class MimeType
Expand Down

0 comments on commit d7f1e41

Please sign in to comment.