Skip to content

Commit d7f1e41

Browse files
committed
Fix style
1 parent e767cfb commit d7f1e41

File tree

9 files changed

+8
-9
lines changed

9 files changed

+8
-9
lines changed

src/Assets/AssetBundles/AssetBundlesInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* @author Alex Weissman (https://alexanderweissman.com)
1717
* @author Jordan Mele
18-
*
18+
*
1919
* @deprecated 5.0, replaced by Webpack Encore
2020
*/
2121
interface AssetBundlesInterface

src/Assets/AssetBundles/GulpBundleAssetsBundles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @author Alex Weissman (https://alexanderweissman.com)
2222
* @author Jordan Mele
23-
*
23+
*
2424
* @deprecated 5.0, replaced by Webpack Encore
2525
*/
2626
abstract class GulpBundleAssetsBundles implements AssetBundlesInterface

src/Assets/AssetBundles/GulpBundleAssetsCompiledBundles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @author Alex Weissman (https://alexanderweissman.com)
2121
* @author Jordan Mele
22-
*
22+
*
2323
* @deprecated 5.0, replaced by Webpack Encore
2424
*/
2525
class GulpBundleAssetsCompiledBundles extends GulpBundleAssetsBundles

src/Assets/AssetBundles/GulpBundleAssetsRawBundles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @author Jordan Mele
2222
*
2323
* @todo Many of the more advanced features available in gulp-bundle-assets configuration are not supported. (EG: Specifying the pre-minified versions of assets)
24-
*
24+
*
2525
* @deprecated 5.0, replaced by Webpack Encore
2626
*/
2727
class GulpBundleAssetsRawBundles extends GulpBundleAssetsBundles

src/Assets/AssetLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Loads an asset from the filesystem.
1919
*
2020
* @author Alex Weissman (https://alexanderweissman.com)
21-
*
21+
*
2222
* @deprecated 5.0, replaced by Webpack Encore
2323
*/
2424
class AssetLoader

src/Assets/Assets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @author Alex Weissman (https://alexanderweissman.com)
2727
* @author Jordan Mele (https://blog.djmm.me)
28-
*
28+
*
2929
* @deprecated 5.0, replaced by Webpack Encore
3030
*/
3131
class Assets

src/Assets/AssetsTemplatePlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Jordan Mele (https://blog.djmm.me)
1818
*
1919
* @todo JS and CSS convenience methods. (not bundles)
20-
*
20+
*
2121
* @deprecated 5.0, replaced by Webpack Encore
2222
*/
2323
class AssetsTemplatePlugin

src/Assets/Exception/InvalidBundlesFileException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* This exception should be thrown when there was a problem processing a bundles file.
1717
*
1818
* @author Jordan Mele
19-
*
19+
*
2020
* @deprecated 5.0, replaced by Webpack Encore
2121
*/
2222
class InvalidBundlesFileException extends \RuntimeException

src/Assets/Util/MimeType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* @author Alex Weissman (https://alexanderweissman.com)
1818
*
1919
* @see https://github.com/thephpleague/flysystem
20-
*
2120
* @deprecated 5.0, replaced by Webpack Encore
2221
*/
2322
class MimeType

0 commit comments

Comments
 (0)