TypePHP 编译器
https://swoole.com/aot/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
464 B
17 lines
464 B
parameters:
|
|
level: 5
|
|
|
|
paths:
|
|
- src
|
|
- bin
|
|
|
|
# Define CLI constants without executing bin/bootstrap.php inside PHPStan's
|
|
# process, where loading Composer's autoloader a second time is unsafe.
|
|
bootstrapFiles:
|
|
- phpstan-bootstrap.php
|
|
|
|
# gen_stub.php is maintained as a namespaced copy of php-src's generator.
|
|
# Analyze TypePHP-owned compiler code independently from upstream diagnostics.
|
|
excludePaths:
|
|
analyse:
|
|
- src/gen_stub.php
|
|
|