issues
search
Konafets
/
TYPO3SniffPool
This repository contains custom sniffs which are compatible with the PHP_CodeSniffer. Understand this package as a sniff pool which contains all needed custom sniffs for the various TYPO3 projects.
21
stars
10
forks
source link
[BUGFIX] Fix accessing non existend offset
#77
Closed
DanielSiepmann
closed
9 years ago
DanielSiepmann
commented
9 years ago
As the pointer is raised and not checked for validity it can raise a PHP Notice
andygrunwald
commented
9 years ago
Thank you!