File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1919- Bug #117 : Raise PHPStan level to ` 5 ` (@terabytesoftw )
2020- Bug #118 : Add ` phpdoc_param_order ` rule and update namespace references in ` rector.php ` (@terabytesoftw )
2121- Enh #119 : Add ` php-forge/coding-standard ` to development dependencies for code quality checks (@terabytesoftw )
22+ - Bug #120 : Clean up event documentation in ` FoxyEvents ` class (@terabytesoftw )
2223
2324## 0.1.2 June 10, 2024
2425
Original file line number Diff line number Diff line change 77abstract class FoxyEvents
88{
99 /**
10- * The "GET_ASSETS" event is triggered before the `solve` action of asset packages
11- * and during the retrieves the map of the asset packages.
12- *
13- * @Event("Foxy\Event\GetAssetsEvent")
10+ * The `GET_ASSETS` event is triggered before the `solve` action of asset packages and during the retrieves the map
11+ * of the asset packages.
1412 */
1513 final public const GET_ASSETS = 'foxy.get-assets ' ;
1614
1715 /**
18- * The "POST_SOLVE" event is triggered after the `solve` action of asset packages and before
19- * the execution of the composer's fallback.
20- *
21- * @Event("Foxy\Event\PostSolveEvent")
16+ * The `POST_SOLVE` event is triggered after the `solve` action of asset packages and before the execution of the
17+ * composer's fallback.
2218 */
2319 final public const POST_SOLVE = 'foxy.post-solve ' ;
2420
2521 /**
26- * The "PRE_SOLVE" event is triggered before the `solve` action of asset packages.
27- *
28- * @Event("Foxy\Event\PreSolveEvent")
22+ * The `PRE_SOLVE` event is triggered before the `solve` action of asset packages.
2923 */
3024 final public const PRE_SOLVE = 'foxy.pre-solve ' ;
3125}
You can’t perform that action at this time.
0 commit comments