Commit Graph

58 Commits

Author SHA1 Message Date
fdd8518474 bump php version 2020-12-03 23:07:33 +01:00
6a6351a275 search for include path 2020-10-31 19:38:51 +01:00
005f169e48 fix tests and replace file_exists 2020-10-08 15:12:24 +02:00
58c49080c8 improve tests 2020-10-06 00:50:24 +02:00
14fcafc9a5 impl. more tests 2020-10-03 22:34:58 +02:00
8477cbe90e Add invalidation functionality 2020-07-29 21:49:49 +02:00
a49251c0bb phpcs fix 2020-01-26 12:27:35 +01:00
2a2a655002 remove empty lines from constructor 2019-12-22 11:23:48 +01:00
ca064b75d2 remove stupid initializations and optimize types 2019-12-22 10:37:07 +01:00
6336898978 fix phpcs findings 2019-09-12 19:46:27 +02:00
eb7dbe4663 start implementing php 7.4 2019-08-15 20:44:04 +02:00
c10708ee23 fix @link 2019-07-08 19:51:19 +02:00
4cdfab275e Use global namespace 2019-04-27 00:13:34 +02:00
473f762bd9 change to include 2018-12-30 20:42:41 +01:00
29bee2e1f5 Improve docblocks 2018-12-28 23:08:24 +01:00
cd8f4945e6 Implement permission check in routes 2018-08-17 19:56:21 +02:00
d89ba9832a Test invalid php syntax 2018-08-11 16:42:11 +02:00
2b49245901 Test invalid php syntax 2018-08-11 16:36:36 +02:00
f5ec5b320d Test invalid php syntax 2018-08-11 16:30:04 +02:00
b2037ddf92 Test invalid php syntax 2018-08-11 16:13:17 +02:00
1b0d170052 Use root namespace and cleanup 2018-05-30 13:40:28 +02:00
37add470eb Remove whitespace 2018-05-21 22:31:14 +02:00
59d3f98110 Make classes final 2018-05-11 21:33:24 +02:00
e7385fdf9d Remove vendor / not working 2018-03-30 14:42:57 +02:00
cc22beab3e
Fix indention 2018-03-29 13:48:00 +02:00
3c466931c7
Allow multiple paths for exists 2018-03-29 13:39:23 +02:00
067af207df
Fix path 2018-03-29 13:37:56 +02:00
d37433c026
Implement multiple paths for autoloading 2018-03-29 13:36:55 +02:00
d5fd2c4827 Change to php version 7.2 requirement 2018-03-27 19:09:47 +02:00
3b45692ff1 Nullable+void typehint 2018-03-13 20:55:49 +01:00
f1121dcc9b Fix strict_types 2018-02-15 20:27:58 +01:00
51cd98b1a7 Further php cs fixes 2018-01-28 22:56:30 +01:00
243f87405a Fix spacing and line-breaks 2018-01-28 22:07:04 +01:00
f74c2e49c8 Started to fix via cs 2018-01-28 22:04:43 +01:00
60921028e7 Remove @category and replace with @package 2017-12-30 12:57:27 +01:00
db5a215071 Remove package TBD 2017-12-30 11:53:20 +01:00
ce80ffadc6 General fixes 2017-11-05 13:09:39 +01:00
ba1b82f559 Fix if for foreach while spacing 2017-10-27 17:55:35 +02:00
f652a900d0 Fix strict_type spacing 2017-10-27 16:41:49 +02:00
c328c8fcef Fix file author and copyright 2017-07-26 17:50:41 +02:00
ff3d253588 Remove @author docblock 2017-07-20 18:10:26 +02:00
aa483c2eb8 Fixing test bugs 2017-03-11 23:57:37 +01:00
fdfdbb2146 Minor fixes 2017-02-27 20:42:02 +01:00
0c3e2e98de Return type added 2017-02-14 12:08:59 +01:00
5e08eae160 Fix potential bugs 2017-02-14 12:08:29 +01:00
58b9fd5171 Enable strict_types 2017-01-25 11:51:36 +01:00
6fd1ebe9b1 Removing copyright date 2017-01-25 11:18:25 +01:00
67ad863a56 Php 7.1. fixes 2016-12-14 21:26:25 +01:00
a93a1c1653 Increase php version requirement 2016-12-07 20:57:51 +01:00
14d4061beb Fixes during secondary app dev
While working on another app some bugs came up that are related to the
way the framework is included and working in combination with the app.
These changes make it more general purpose friendly.
2016-09-07 20:54:28 +02:00