Skip to content

Commit

Permalink
[BUGFIX] Remove rector for version 12.4 (#285)
Browse files Browse the repository at this point in the history
* [BUGFIX] Remove rector for version 12.4

It currently throws errors and makes the tests red without reason.

Releases: 12.4

* [BUGFIX] Fix CGL

Releases: 12.4
  • Loading branch information
linawolf authored Aug 26, 2024
1 parent ba9b384 commit 7a0e549
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- name: CGL
run: Build/Scripts/runTests.sh -n -p ${{ env.php }} -s cgl

- name: Rector
run: Build/Scripts/runTests.sh -n -p ${{ env.php }} -s rector

- name: PHPStan
run: Build/Scripts/runTests.sh -p ${{ env.php }} -s phpstan

Expand Down
1 change: 0 additions & 1 deletion Classes/Controller/ModuleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
*/
class ModuleController extends ActionController
{

private int $pageUid;
/** @var array<string, mixed> */
private array $exampleConfig;
Expand Down

0 comments on commit 7a0e549

Please sign in to comment.