Mukke

Results 3 issues of Mukke

There seem to be many PHP Doc block incorrectly defined. Eg : ``` class QueryBuilderHandler { ... /** * @var null|PDOStatement */ protected $pdoStatement = null; ... /** * @param...

enhancement

Removed the Projects folder in favour of the current directory

When the okta instances returns an error code (eg 404) there is an uncaught exception Eg when the response is not json and it still tries to parse it as...