1
0
mirror of https://github.com/splitbrain/php-archive.git synced 2025-01-17 13:38:26 +01:00

4 Commits

Author SHA1 Message Date
Andreas Gohr
d53bf2ed77 updated testing
* test on github not travis
* run phpunit8 (tests only on 7.2+)
* use github action to build api docs
2021-02-05 13:38:50 +01:00
Andreas Gohr
d4cf2d9a2d renamed FileInfo::match() to FileInfo::matchExpression()
In PHP8, `match` is a reserved keyword. In preparation this renames the
method. A fallback via __call() is provided which will trigger a
E_USER_NOTICE.
2020-10-13 14:41:15 +02:00
Andreas Gohr
0feb2c8107 clean up doc blocks and minor code smell 2018-06-12 22:04:45 +02:00
peter279k
ef1985eead tests enhancement 2018-02-04 19:01:02 +08:00