X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fmedia%2FXMP.php;h=6d1970078c10749a73628d50921445eea2a4ba41;hb=b892e4691db28cc8f3e14abf1929d4be546b0ead;hp=fb840c245d88438014f33adcbe0c153f863ab139;hpb=9e6032545bfb638963ac999420942b60ef82e240;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/XMP.php b/includes/media/XMP.php index fb840c245d..6d1970078c 100644 --- a/includes/media/XMP.php +++ b/includes/media/XMP.php @@ -1269,6 +1269,7 @@ class XMPReader implements LoggerAwareInterface { } } + // @codingStandardsIgnoreStart Generic.Files.LineLength /** * Process attributes. * Simple values can be stored as either a tag or attribute @@ -1276,16 +1277,15 @@ class XMPReader implements LoggerAwareInterface { * Often the initial "" tag just has all the simple * properties as attributes. * - * @codingStandardsIgnoreStart Long line that cannot be broken * @par Example: * @code * * @endcode - * @codingStandardsIgnoreEnd * * @param array $attribs Array attribute=>value * @throws RuntimeException */ + // @codingStandardsIgnoreEnd private function doAttribs( $attribs ) { // first check for rdf:parseType attribute, as that can change // how the attributes are interperted.