Skip to content

Commit

Permalink
CI: Remove phpstan workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Jan 17, 2024
1 parent 3a1f8e4 commit 3b724fa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/phpstan.autoload.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
}
else
{
// workaround for https://github.com/phpstan/phpstan/issues/7526
function phpstan_issue_7526_workaround($class)
{
autoload_psr($class);
}

spl_autoload_register('phpstan_issue_7526_workaround');

// Load decomposer autoloade.
require_once $base . '/decomposer.autoload.inc.php';
}
Expand Down

0 comments on commit 3b724fa

Please sign in to comment.