X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Flibs%2Fxmp%2FXMP.php;h=88e816a72a5dd6ffdd16cb23c9a21f47187680f9;hb=4ad03aa11dacd2f443105e43fd1429398aa73bdc;hp=931c085867bd04e3a7091164befeba057565bb2a;hpb=983173f3be216070d7bcd2c0930dfe86e39f5b5b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/xmp/XMP.php b/includes/libs/xmp/XMP.php index 931c085867..88e816a72a 100644 --- a/includes/libs/xmp/XMP.php +++ b/includes/libs/xmp/XMP.php @@ -1318,7 +1318,7 @@ class XMPReader implements LoggerAwareInterface { } } - // @codingStandardsIgnoreStart Generic.Files.LineLength + // phpcs:disable Generic.Files.LineLength /** * Process attributes. * Simple values can be stored as either a tag or attribute @@ -1334,7 +1334,7 @@ class XMPReader implements LoggerAwareInterface { * @param array $attribs Array attribute=>value * @throws RuntimeException */ - // @codingStandardsIgnoreEnd + // phpcs:enable private function doAttribs( $attribs ) { // first check for rdf:parseType attribute, as that can change // how the attributes are interperted.