Sukhwinder Dhillon
23dbdcf804
Phpstan: Seprate baselines based on php version
2024-02-09 14:13:44 +01:00
Sukhwinder Dhillon
b270161455
phpstan: Streamline vendor file location with local dev-env
...
phpstan is not run with an action anymore, as the action runs
it its own docker container and hence has no access to files
outside the repository root. A side-effect of this is, that
phpstan now **really** runs with the php version set up by
the matrix.
2024-01-22 09:49:41 +01:00
Yonas Habteab
21bde13274
Introduce database models required by migration hooks
2023-09-19 14:37:54 +02:00
raviks789
75c409703d
Ignore phpstan errors related to `DOMDocument` or `DOMElement`
2023-08-28 17:06:15 +02:00
Sukhwinder Dhillon
2818757bc6
phpstan: Ignore `LdapCapabilities/LdapConnection` errors
...
- ldap_connect() returns `LDAP\Connection` in php >= 81
2023-08-23 11:37:00 +02:00
Sukhwinder Dhillon
fe24d7809f
Phpstan: Set level to max and add baseline file
...
- Remove already default flags in `max` level
- Don't ingnore Zend_* errors explicitly (added to baseline)
2023-08-23 11:37:00 +02:00
Sukhwinder Dhillon
31bfdb33e1
Github Actions: Add PhpStan
...
Co-authored-by: Ravi Srinivasa <raviks789@gmail.com>
2023-08-23 10:53:13 +02:00