-
IssueId: 41885598
Message: The expression ``return implode(' ', $parted)`` returns the type ``string`` which is incompatible with the documented return type ``object``.
Filename: src/Billable.php …
-
IssueId: 41885606
Message: The property ``fastspring_id`` does not exist. Although not strictly required by PHP, it is generally a best practice to declare properties explicitly.
Filename: src/Bil…
-
- [x] Code Review
- [x] Add @ivinteractive as repo admin
- [x] Add @ivinteractive to github org
- [x] Add to website
- [x] Create packagist package
- [x] Travis
- [x] Style CI
- [x] Scrutinizer…
-
IssueId: 41885617
Message: It seems like ``new TwentyTwoDigital\CashierFastspring\Fastspring\ApiClient($username, $password)`` of type ``TwentyTwoDigital\CashierFastspring\Fastspring\ApiClient`` is …
-
Since a few days I'm trying out Scrutinizer. When I add a call to get something from my Laravel config files, Scrutinizer gives me an error.
It tells me my config() method should implement a second…
-
This class is complex, being flagged by Scrutinizer and hard to test. Removing it and replacing with standards SS4 config seems the best option
-
[Found this via scrutinizer's inspections](https://scrutinizer-ci.com/g/Typesetter/Typesetter/code-structure/master/operation/gp%5Cadmin%5CSettings%5CClasses::ClassesForm)
The classes of Bootstrap3…
-
v-dem updated
4 years ago
-
Hello developers,
as even your installation guide says you can use xhgui even when you do not have access to mongoDB directly. This is exactly our case - we do not want to run mongo on our production …
-
currently at line 120: $parts = array_values(array_filter(explode(' ', $content)));
the W3 spec indicates whitespace, not just ' ', so in order not to messed up by carriage return or some other whi…