1
0
mirror of synced 2024-11-22 11:56:03 +03:00
Commit Graph

34 Commits

Author SHA1 Message Date
91453308fe [fix] update phpdoc for getters 2019-10-08 17:02:39 +03:00
49045777d3 [fix] make all getters nullable 2019-10-08 09:12:36 +03:00
e111b8d882 [fix] nullable types to avoid exceptions when properties is not set 2019-10-07 09:09:49 +03:00
1929afe400 [fix] removed models duplicates, fixed several errors 2019-09-30 17:02:48 +03:00
561737ffbc fix: change Register::active type from string to boolean 2019-07-23 17:25:59 +03:00
Alex Lushpai
9286596157 fix serialization keys 2019-07-18 13:01:50 +03:00
Alex Lushpai
38fa980038 cleanup 2019-07-16 16:41:56 +03:00
34423a3042 fixes for tests 2019-07-16 15:20:56 +03:00
Alex Lushpai
318b2e74cb
Update models & serialization (#3) 2019-07-16 15:04:54 +03:00
b137908bfb Removed void return assertion (PHP 7.0 support) 2019-06-26 11:21:40 +03:00
34812dd1bd Removed CommonFields from models, MessageOrderPaymentStatus getter fix 2019-06-26 11:17:49 +03:00
2b3c8ba057 Fixes and packages for proper PHP 7.0 support 2019-06-24 13:07:53 +03:00
a0f7b65275 Remove duplicated code from ListResponse 2019-06-24 12:18:39 +03:00
70d9d31a02 Status code for response models, PSR fixes 2019-06-24 12:09:15 +03:00
a520bdfd44 Don't upload empty files 2019-06-24 11:49:10 +03:00
da3405661a Removed rudimentary code 2019-06-24 11:07:34 +03:00
b630b73f1d Fix for classpath builder 2019-06-24 10:57:52 +03:00
f68dfeed8b Add validator import 2019-06-24 09:39:32 +03:00
8129a97000 Several quick fixes 2019-06-24 09:34:59 +03:00
5d8d79cbcd Fix for file upload, improved tests 2019-06-21 17:51:57 +03:00
527476be18 Several fixes 2019-06-21 17:33:25 +03:00
004b27f62c File operations, code cleanup, tests 2019-06-21 16:42:04 +03:00
348d500843 Several important fixes, new tests 2019-06-21 11:36:15 +03:00
02a45d8272 Several important fixes 2019-06-20 18:06:21 +03:00
ec3bd1b293 JMSSerializer models, removed everything related to autodoc 2019-06-20 17:26:22 +03:00
75ba7f7f8f Strings in PHP 7.2 doesn't implement Countable anymore 2019-06-19 12:58:10 +03:00
8d034be059 Tests 2019-06-19 12:49:55 +03:00
42669a71a4 ListResponse implements \Countable 2019-06-19 12:14:40 +03:00
35ca05eb83 Finished test case, another method of entity validation 2019-06-18 13:56:31 +03:00
7d607063c8 Tests draft, fix for GET requests 2019-06-17 13:59:14 +03:00
4f76afe9c9 Docs generation 2019-06-17 12:43:54 +03:00
78f1675080 Better structure 2019-06-14 12:48:13 +03:00
1a07ae9fe8 Response models 2019-06-14 08:56:11 +03:00
Alex Lushpai
282d00b81a
Initial version (#1) 2019-06-10 16:24:22 +03:00