Skip to content

Commit

Permalink
Merge pull request #10695 from weirdan/fix-composer-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan authored Feb 11, 2024
2 parents 6b27a6d + 177576c commit 5624533
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
env:
COMPOSER_ROOT_VERSION: dev-master

- name: Check all classes are autoloadable
run: |
composer dump-autoload -o --strict-psr
env:
COMPOSER_ROOT_VERSION: dev-master

- name: Cache composer cache
uses: actions/cache@v4
with:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Psalm/Node/VirtualUseItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Psalm\Node\Stmt;
namespace Psalm\Node;

use PhpParser\Node\UseItem;
use Psalm\Node\VirtualNode;
Expand Down

0 comments on commit 5624533

Please sign in to comment.