Daniel Marczydło

Results 3 issues of Daniel Marczydło

```php /** * @WebMethod * @WebParam(param="string $token", header=true) * @WebParam(param="object $user { string $name int $age }") * @WebResult(param="object $userContext { string $token int $id object $userInfo { string $name...

### Describe the bug The constructor parameter endpoint doesn't work as expected. Looks like this param is skipped for some reason. ### Expected Behavior The `endpoint` will be usable -...

investigating
bug

After update lazy-logger to version 3.1.1 (from 2.x) the problem `Uncaught TypeError: e is not a function` still exist. For 2.x `import { LazyLog } from 'react-lazylog/lib/LazyLog.es5';` worked but for...