Dmitry Patsura

Results 135 comments of Dmitry Patsura

- [ ] Reduce CodeClimate Image... < 512 mb

Continue working on it...

This is caused because Trait method is merged into this Class but anyway We cannot compile method in Trait because Trait's method can use another Class where it's used, recursion...

@Kilgaloon This is caused only for static method call, I am going to fix it

@Kilgaloon Fixed in `master` branch in https://github.com/ovr/phpsa/commit/9bcb42c7032c7f1d191273e82015da3de8ea96d7 Tested on ```php class Test { /** * @return bool */ public function returnTrue() { $a = '127.0.0.1'; self::inet_pton($a); } /** * @param...

refs https://github.com/ovr/phpsa/commit/ea46d3e744ddb830e95b67138b1f0a4b33c43a9e

Suggest to use only uppercase `CLASS` for NFR

Hey! Pretty similar, example: https://github.com/SocialConnect/auth/blob/3.x/example/config.php.dist#L77

So I've tested 1.x/3.x branch and Instagram works on my local machine Take a look at provider response, this should return error message Maybe wrong configuration... BTW: cakephp-social-auth - use...

Hello @gassan, Thank you for your PR, @ADmad Can you try this PR (big thanks)? I cannot find any free time to test it.