Commit graph

3 commits

Author SHA1 Message Date
tadhgboyle
0c80570609
Enable StyleCI (#3475)
* Create StyleCI config file

* Disable `phpdoc_separation`

* Apply fixes from StyleCI (#3476)

Co-authored-by: StyleCI Bot <bot@styleci.io>

* style: styleci fixes

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>
Co-authored-by: Sam <samerton@users.noreply.github.com>
2024-03-09 11:19:55 +00:00
Tadhg Boyle
01e2f1de31
Add PHP_SAPI checks on scripts (#3403) 2023-06-20 10:35:42 -07:00
Robin
c2049036b7
Integrity checking system (#3159)
* Integrity checking system

* It's a json file so it should have a .json extension

* Handle missing checksums file

* Use autoload, remove polyfill

* Add docstrings, remove php7.4-incompatible type

* Use camelCase for method names

* Add missing variable name, mark void function as such

* phpstan ignore line

* More ignores

* Try to get around phpstan error

* Generate checksums and update lock file

* Remove -it again, I forgot it isn't available in CI

* Don't warn for missing files if ignored

* Ignore .git

---------

Co-authored-by: Tadhg Boyle <tadhgsmboyle@gmail.com>
2023-04-22 09:49:54 +01:00