Michael Weimann
|
aff8826c99
|
Set native return types
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
|
2022-12-15 20:13:31 +01:00 |
Michael Weimann
|
66e7a3e183
|
Add unused imports phpcs rule
|
2022-04-19 23:33:44 +02:00 |
Igor Scheller
|
79c92da8c1
|
Formatting
```bash
php-cs-fixer fix --allow-risky=yes --rules=@PSR2,psr4,mb_str_functions.php_unit_construct,php_unit_ordered_covers,trailing_comma_in_multiline_array --rules='{"array_syntax": {"syntax":"short"}}' [tests/|src/]
```
|
2019-04-25 18:17:19 +02:00 |
Igor Scheller
|
c74fa7955d
|
phpunit: Upgrade to version 8, fixed tests, formatting
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
|
2019-04-25 17:56:06 +02:00 |
Igor Scheller
|
0e8cc2f0a7
|
database: integrated illuminate/database do Db class, removed unused methods
|
2018-01-14 13:32:57 +01:00 |
Igor Scheller
|
d4b36e9bad
|
Added Illuminate/Database
|
2018-01-14 02:59:39 +01:00 |
Igor Scheller
|
ad948bdd32
|
Added RequestServiceProvider and SessionServiceProvider
|
2017-11-01 16:12:01 +01:00 |
Igor Scheller
|
e55d5c7c15
|
Added database tests
|
2017-10-31 19:26:48 +01:00 |