Add temporary fix for code sniffer warning
authorMatthias Schmidt <gravatronics@live.com>
Sun, 3 Jan 2016 11:30:18 +0000 (12:30 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 3 Jan 2016 11:30:18 +0000 (12:30 +0100)
wcfsetup/install/files/lib/page/MediaPage.class.php

index 5808fe32e02d34cf7875f168f9d2c930aa09f266..9ad892846596fa4306e8457c9209bd9a4efc7bd7 100644 (file)
@@ -66,6 +66,8 @@ class MediaPage extends AbstractPage {
                'image/pjpeg'
        ];
        
+       // TODO: remove the following line once method is implemented
+       // @codingStandardsIgnoreStart
        /**
         * @inheritdoc
         */
@@ -74,6 +76,8 @@ class MediaPage extends AbstractPage {
                
                // TODO
        }
+       // TODO: remove the following line once method is implemented
+       // @codingStandardsIgnoreEnd
        
        /**
         * @inheritdoc