Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Feb 6, 2024
1 parent a993857 commit 544b729
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: code-style

on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rector.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: rector

on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
Expand Down
4 changes: 4 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
// Define what rule sets will be applied
$config->import(PHPUnitSetList::ANNOTATIONS_TO_ATTRIBUTES);
$config->import(PHPUnitSetList::PHPUNIT_100);
$config->import(SetList::STRICT_BOOLEANS);
$config->import(SetList::PRIVATIZATION);
$config->import(SetList::EARLY_RETURN);
$config->import(SetList::INSTANCEOF);
$config->import(SetList::CODE_QUALITY);
$config->import(SetList::DEAD_CODE);
$config->import(SetList::PHP_82);
Expand Down

0 comments on commit 544b729

Please sign in to comment.