Use line comments for @codingStandardsIgnoreStart
authorumherirrender <umherirrender_de.wp@web.de>
Tue, 6 Oct 2015 15:13:24 +0000 (17:13 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Wed, 7 Oct 2015 18:15:31 +0000 (20:15 +0200)
commitc5ab19bf314ccc1a175b6eaed7dc46594df48d68
tree6bda3738ce2e6fad18d0f4097e0801cb25ddced5
parentfb8cc12dcbc6c926d2f340c9618033971cb766a2
Use line comments for @codingStandardsIgnoreStart

In Preprocess_DOM.php and Preprocess_Hash.php the
@codingStandardsIgnoreStart is inside a doc comment, but phpcs does not
see this tag and does not ignore the error. Using line comments fix this
problems.

See
https://integration.wikimedia.org/ci/job/mediawiki-core-phpcs/842/console

Change-Id: Id0edf6edb2902466748165c2e820d2cf4b7fcf75
includes/parser/Preprocessor_DOM.php
includes/parser/Preprocessor_Hash.php