Brian Henry

Results 41 issues of Brian Henry

I'm using [Mpdf](https://github.com/mpdf/mpdf) and its namespace and main class name are the same. With: ```json { "require": { "mpdf/mpdf": "8.0.10" }, "minimum-stability": "dev", "require-dev": { "coenjacobs/mozart": "dev-master#3b1243ca8505fa6436569800dc34269178930f39" }, "extra": {...

[FPDI](https://www.setasign.com/products/fpdi/about/), whose class extends [FPDF](http://www.fpdf.org/), does not declare the FDPF library as a requirement in its [composer.json](https://github.com/Setasign/FPDI/blob/cddf43dcfe57337bbdc687cb929021174e6696da/composer.json#L17-L20). Its [official documentation](https://manuals.setasign.com/fpdi-manual/v2/installation/#index-2-1) says to require both libraries alongside each other like below....

Using [easypost/easypost-php](https://github.com/easypost/easypost-php) which has autoloader: ``` "autoload": { "psr-0": { "EasyPost": "lib/" } } ``` It copies files into Mozart's `dep_directory` that should be moved to expected `dep_directory/EasyPost`. EasyPost's `lib`...

[nesbot/carbon 1.39.0](https://github.com/briannesbitt/Carbon/tree/1.39.0) "prefixes" the end of lines because its autoload key has an empty key. Output [src/carbon/Carbon.php](https://github.com/briannesbitt/Carbon/blob/1.39.0/src/Carbon/Carbon.php) : ```php

`composer require crewlabs/unsplash` results in the error: ``` In Finder.php line 589: The "/Users/BrianHenryIE/Sites/mozart-crewlabsunsplash/vendor/unsplash/unsplash/src/" directory does not exist. ``` Example: ```json { "require": { "crewlabs/unsplash": "^2.2" }, "require-dev": { "coenjacobs/mozart":...

I think the original licences need to be included. MIT > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the...

Fixes: `PHP Fatal error: Uncaught TypeError: get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string given in /../authorizenet/authorizenet/lib/net/authorize/util/Mapper.php:95`

As mentioned in https://github.com/nikolaposa/rate-limit/issues/45#issuecomment-810753421 There's a failing test that doesn't fail when I step through the code. I'll have to come back to it, but maybe you've suggestions for why...

[Action Scheduler documentation](https://actionscheduler.org/usage/) is telling me to hook to WordPress's `init` to use its functions. If I do this and then disable Action Scheduler plugin, there will be errors when...

type: enhancement
priority: low
good first issue

Adds a report type for use in [GitHub Actions](https://github.com/features/actions) which annotates PRs etc with PHPCS errors. ~~Nomenclature is changed to use "warning" for errors that can be automatically fixed in...

Type: enhancement
Core Component: Reports