dolibarr/dev/setup/codesniffer/Sniffs/Dolibarr
MDW d72d2583b9
Qual: Update LanguageOfCommentsSniff to avoid PHP7 incompatibility (#39032)
# Qual: Update LanguageOfCommentsSniff to avoid PHP7 incompatibility

Variable length negative lookbehind is not available on older PHP version, used in Travis CI.

Updated the regex to use only negative lookahead.
2026-07-01 16:44:17 +02:00
..
CheckIsModEnabledArgumentSniff.php Qual: Fix french comments and improve detector (#39026) 2026-07-01 12:26:51 +02:00
LanguageOfCommentsSniff.php Qual: Update LanguageOfCommentsSniff to avoid PHP7 incompatibility (#39032) 2026-07-01 16:44:17 +02:00