File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 56
56
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
57
57
restore-keys : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-
58
58
59
- - name : 📥 Install "${{ matrix.dependencies }}" dependencies
59
+ - name : 📥 Install "${{ matrix.dependencies }}" dependencies with composer
60
60
uses : wayofdev/gh-actions/actions/composer/install@v3.1.1
61
61
with :
62
62
dependencies : ${{ matrix.dependencies }}
Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ public function rules(): array
65
65
'phpdoc_align ' => [
66
66
'align ' => 'left ' ,
67
67
],
68
+ 'phpdoc_to_comment ' => [
69
+ 'allow_before_return_statement ' => true ,
70
+ ],
68
71
69
72
'ordered_class_elements ' => [
70
73
'sort_algorithm ' => 'none ' ,
You can’t perform that action at this time.
0 commit comments