File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Features/Psr4/ClassRefCorrector Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -178,13 +178,13 @@ jobs:
178178 echo "=== Dependency Status ==="
179179 composer outdated --direct --format=json | jq -r '.installed[] | "\(.name): \(.version) -> \(.latest)"' || true
180180
181- - name : Upload test artifacts on failure
182- if : ${{ failure() }}
183- uses : actions/upload-artifact@v3
184- with :
185- name : failure-details-php-${{ matrix.php }}
186- path : |
187- laravel-app/storage/logs/
188- laravel-app/bootstrap/cache/
189- laravel-app/vendor/composer/installed.json
190- retention-days : 14
181+ # - name: Upload test artifacts on failure
182+ # if: ${{ failure() }}
183+ # uses: actions/upload-artifact@v3
184+ # with:
185+ # name: failure-details-php-${{ matrix.php }}
186+ # path: |
187+ # laravel-app/storage/logs/
188+ # laravel-app/bootstrap/cache/
189+ # laravel-app/vendor/composer/installed.json
190+ # retention-days: 14
Original file line number Diff line number Diff line change 88class BeforeRefFix
99{
1010 /**
11- * @param $command
11+ * @param $command
1212 * @return \Closure(): bool
1313 */
1414 public static function getCallback ($ command )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public function applyOnFile($fileDescriptor)
1717 }
1818
1919 /**
20- * @param $checks
20+ * @param $checks
2121 * @return self
2222 */
2323 public static function make ($ checks )
You can’t perform that action at this time.
0 commit comments