David Grudl
|
dac0a116a8
|
coding style: fixes in code
|
2017-07-21 22:53:46 +02:00 |
|
David Grudl
|
3b37295e78
|
coding style: fixed spaces & use statements order
|
2017-07-21 22:53:45 +02:00 |
|
David Grudl
|
a6028054d6
|
added declare(strict_types=1);
|
2017-06-10 03:45:33 +02:00 |
|
David Grudl
|
3891625cd1
|
used PHP 7.1 features
- ::class
- ... argument unpacking
- removed call_user_func
- operator ??
- list()
- short <?=
|
2017-06-10 03:16:59 +02:00 |
|
David Grudl
|
2e09a559f2
|
moved to namespace Dibi
added loader for old class names
|
2015-10-09 12:20:14 +02:00 |
|
David Grudl
|
a119921832
|
DibiObject: shows suggestions for undeclared members
|
2015-10-09 12:20:11 +02:00 |
|
David Grudl
|
f42d1b1611
|
DibiObject replaced with trait DibiStrict
|
2015-10-09 12:20:11 +02:00 |
|