Skip to content

Commit 2112bdd

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents b4bdb8e + 4e68dbe commit 2112bdd

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/app-test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

src/Features/Psr4/ClassRefCorrector/BeforeRefFix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class BeforeRefFix
99
{
1010
/**
11-
* @param $command
11+
* @param $command
1212
* @return \Closure(): bool
1313
*/
1414
public static function getCallback($command)

src/Iterators/DTO/CheckCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)