Fix the last Generic.Files.LineLength phpcs failures
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Sat, 3 Oct 2015 18:02:55 +0000 (21:02 +0300)
committerReedy <reedy@wikimedia.org>
Sat, 3 Oct 2015 18:08:49 +0000 (18:08 +0000)
commit4490b5b5ec4b82e33e4347c1b14fa8ecc769ab7e
treecd7ddae087457d8035e4bd83d25dd9a9e473cebe
parentc50cbe48ab6063329f92f3ab2493eb14828bb332
Fix the last Generic.Files.LineLength phpcs failures

In both cases the long lines are inside method documentation,
and because @codingStandardsIgnoreStart comments only
work with // and not /*, they have to be outside the method comment.

Bug: T102614
Bug: T114213
Change-Id: I7343e1cf662c5bf12a5e4385646c5c2c4a798260
includes/media/XMP.php
tests/phpunit/includes/SampleTest.php