https://github.com/PressForward/pressforward
Revision 1aa1e9a22e0c9caefd6a30838f32cba2c400ddb6 authored by Boone B Gorges on 14 May 2020, 14:39:04 UTC, committed by Boone B Gorges on 14 May 2020, 14:39:04 UTC
Functions like `debug_backtrace()` and `func_get_args()` must be run before
any other code is run that modifies the values of the function parameters,
since PHP 7.0. See eg https://www.php.net/manual/en/function.func-get-arg.php#refsect1-function.func-get-arg-notes.

In the case of the FiveFiltersReadability library, I could see that there was
no way for the values to be modified, so I added a `phpcs:ignore` comment
instead of making a code change.
1 parent 503c019
History
Tip revision: 1aa1e9a22e0c9caefd6a30838f32cba2c400ddb6 authored by Boone B Gorges on 14 May 2020, 14:39:04 UTC
Fix "functions inspecting arguments" PHP compatibility notices.
Tip revision: 1aa1e9a
File Mode Size
Controllers
Core
Interfaces
Libraries
assets
includes
languages
modules
parts
tests
.editorconfig -rw-r--r-- 186 bytes
.eslintrc.json -rw-r--r-- 675 bytes
.gitattributes -rw-r--r-- 483 bytes
.gitignore -rw-r--r-- 2.5 KB
.gitmodules -rw-r--r-- 0 bytes
.travis.yml -rw-r--r-- 2.2 KB
Application.php -rw-r--r-- 2.4 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
CONTRIBUTING.md -rw-r--r-- 185 bytes
Gulpfile.js -rw-r--r-- 2.3 KB
LICENSE -rw-r--r-- 33.7 KB
Loader.php -rw-r--r-- 818 bytes
class-SplClassLoader.php -rw-r--r-- 5.4 KB
init.php -rw-r--r-- 1.8 KB
notes.md -rw-r--r-- 30.2 KB
package.json -rw-r--r-- 1.4 KB
phpunit.xml -rw-r--r-- 321 bytes
pressforward-16-dark.png -rw-r--r-- 3.4 KB
pressforward-16-old.png -rw-r--r-- 3.4 KB
pressforward-16.png -rw-r--r-- 3.4 KB
pressforward-16.psd -rw-r--r-- 24.6 KB
pressforward.php -rw-r--r-- 1.7 KB
pressforward.png -rw-r--r-- 3.5 KB
readme.md -rw-r--r-- 2.0 KB
readme.txt -rw-r--r-- 22.1 KB
rss-forward-16.psd -rw-r--r-- 27.8 KB
rss-forward-16v2.psd -rw-r--r-- 30.9 KB
rss-forward.psd -rw-r--r-- 28.7 KB
yarn.lock -rw-r--r-- 85.1 KB

readme.md

back to top