Commit Graph

122 Commits

Author SHA1 Message Date
6336898978 fix phpcs findings 2019-09-12 19:46:27 +02:00
34cc6325da fix type hinting 2019-08-25 21:45:02 +02:00
b4084913de Implement php 7.4 type hints 2019-08-15 21:54:59 +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
49cb38ff4f ignore uncoverable lines 2019-04-14 21:14:33 +02:00
38ed968cc5 Add path offset 2019-03-17 16:39:54 +01:00
632322fa88 Fix bugs 2019-03-09 23:18:21 +01:00
98d969fece implement ftp 2019-02-09 19:43:30 +01:00
e01d3e1e59 Fix doc align 2018-12-09 22:20:41 +01:00
015fd41ba5 Remove unused use 2018-12-09 22:02:15 +01:00
362631a6ec Add getter for json and list data 2018-09-15 14:35:00 +02:00
a4f0d7c13b Add getter for json and list data 2018-09-15 14:34:37 +02:00
aaf7c71628 Add getter for json and list data 2018-09-15 14:33:06 +02:00
378a569316 Add getter for json and list data 2018-09-15 14:32:37 +02:00
11c78afbbe Fix invalid global namespace 2018-08-24 21:09:40 +02:00
37add470eb Remove whitespace 2018-05-21 22:31:14 +02:00
f2591bff06 PHP CS fixes 2018-05-14 21:17:44 +02:00
d5fd2c4827 Change to php version 7.2 requirement 2018-03-27 19:09:47 +02:00
8067e42f78 Type hint fixes 2018-03-24 11:17:45 +01:00
1cd1ee0e10 phpstan fixes 2018-03-13 23:35:20 +01:00
3b45692ff1 Nullable+void typehint 2018-03-13 20:55:49 +01:00
ab96277fb1 Reduce isset use 2018-02-26 20:05:02 +01:00
2305380945 More tests (math tests) and fixes 2018-02-25 16:12:31 +01:00
a8afbc5cc8 phpcs fixes 2018-02-17 19:51:19 +01:00
f1121dcc9b Fix strict_types 2018-02-15 20:27:58 +01:00
58e6b89768 Finalize new tests 2018-01-15 18:51:11 +01:00
12b750b66a Check data existence 2018-01-07 16:40:16 +01:00
60921028e7 Remove @category and replace with @package 2017-12-30 12:57:27 +01:00
f476e8eb84 Explicit type cast 2017-11-17 18:46:28 +01:00
ce80ffadc6 General fixes 2017-11-05 13:09:39 +01:00
e85164c986 Code optimizations 2017-10-29 15:27:19 +01:00
ba1b82f559 Fix if for foreach while spacing 2017-10-27 17:55:35 +02:00
91eb1f261f Fix scrutinizer tips 2017-10-27 17:24:33 +02:00
f652a900d0 Fix strict_type spacing 2017-10-27 16:41:49 +02:00
Scrutinizer Auto-Fixer
c9329aab17 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2017-10-27 13:11:43 +00:00
0339d8ad44 Remove path, it is part of the uri 2017-09-05 12:59:12 +02:00
2330079630 Remove language (is part of l11n) 2017-09-05 12:09:44 +02:00
b87621bebc Pull out more members to header 2017-09-05 11:42:24 +02:00
9dedf9303e Test fixes 2017-08-22 12:46:56 +02:00
94ff6b57e1 Minor inspection bug fixes 2017-08-12 20:48:13 +02:00
c3686e3db0 Fixes from test 2017-08-12 16:50:21 +02:00
6554060634 fixes #116 2017-08-11 20:43:38 +02:00
c328c8fcef Fix file author and copyright 2017-07-26 17:50:41 +02:00
2940e22c97 Add docblocks, better typehints and exceptions 2017-07-25 17:32:49 +02:00
ff3d253588 Remove @author docblock 2017-07-20 18:10:26 +02:00
435447ece9 Add docblock 2017-04-16 15:17:07 +02:00
20a48cc1fe PhpUnit fixes 2017-03-12 22:40:40 +01:00
fdd5d85a6a Minor fixes after testing
still broken however
2017-03-11 18:55:55 +01:00
fdfdbb2146 Minor fixes 2017-02-27 20:42:02 +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
c15928bcc9 Parsing request language header 2017-01-01 15:49:21 +01:00
a93a1c1653 Increase php version requirement 2016-12-07 20:57:51 +01:00
cbc6205bf7 Type hint fixes/prep for null return type 2016-12-03 23:00:05 +01:00
ab5e11a242 Preparing for void return type 2016-12-03 21:59:21 +01:00
d3152722b9 Added lock 2016-07-03 15:30:53 +02:00
486ac07eea Optimized language display
Language is no longer passed in "10" different ways.
2016-07-02 14:17:01 +02:00
fb7c720c3d Doc fixes and bug fixes 2016-05-08 11:54:02 +02:00
ce182bab92 Formatting & bug fixes 2016-05-05 11:27:16 +02:00
669c3b7244 PhpStorm cleanup 2016-04-13 22:58:48 +02:00
16320978d3 Code base cleanup 2016-04-09 23:01:49 +02:00
bab6abfd0d General bug fixes 2016-04-03 21:14:54 +02:00
3f5d562af9 New dispatcher and router 2016-04-02 16:21:23 +02:00
Scrutinizer Auto-Fixer
114ce12de8 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-03-28 14:44:47 +00:00
c3e60a3070 Standardize with javascript 2016-03-26 14:59:24 +01:00
9dd230df36 Cleanup 2016-03-16 22:33:44 +01:00
e7f2e1d71c Uri and request fixes
Making uri a request parameter. Uri can be more easily initialized by passing uri as constructor parameter
2016-02-04 18:40:27 +01:00
2869a41bb5 Unit test bug fix 2016-01-23 20:09:42 +01:00
97687422eb Remove namespace from scalar 2016-01-23 10:17:34 +01:00
95a390f701 Removing super globals+case insensitiv get 2015-12-27 18:45:03 +01:00
7de136815a Init 2015-11-29 22:03:06 +01:00