-
When using a class which implements a magic method (e.g. __call()), the class should contain @method documentation describing on which methods are available on the object.
This works, but only on the …
-
Hi,
while working on multriple coverage reports for Doctrine DBAL, I ran into problems with uploading coverage to Scrutinizer on AppVeyor. It seems to either fail executing the introspector processes…
-
Github now allows you to use actions that could create a release and attach a zipped version of the module for you. Putting an example action in the documentation (`docs/register_an_addon.md`) might b…
-
Kindly have a look at below output while trying to read word doc file.
Sample 11 ReadWord2007
12:16:54 Reading contents from `D:\xampp\htdocs\docreader\PHPWord\samples/resources/Sample_11_ReadWord200…
-
Laravel 8 now require guzzle 7.0.1 so composer fails:
```
Problem 1
- cwhite92/b2-sdk-php[v1.2.0, ..., v1.3.0] require guzzlehttp/guzzle ^6.1 -> found guzzlehttp/guzzle[6.1.0, ..., 6.5.x-dev]…
-
## Preparing for version 2 of Scrutinizer
### Main points
- Prioritize local scanning
- We have most of the info needed locally (docs for example) so we should prefer local data over remote fe…
-
This is more of an issue to discuss it rather than a feature request, but have you given any thought in integrating [PHP Semver Checker](https://github.com/tomzx/php-semver-checker) in the PHP toolset…
-
Right now there is a huge issue list grouped by files they are found in. Sorting by issue count or filename doesn't really help either.
Why not have some kind of tree view control where it's possible…
-
-
I did quite a bit of poking around for a previous ticket before I opened it thinking "I can't be the only one" I'll happily close this if a duplicate exists.
Our templating system injects variables…