Remove remaining `declare(strict_types=1);`
authorMatthias Schmidt <gravatronics@live.com>
Fri, 27 Jul 2018 13:34:42 +0000 (15:34 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 27 Jul 2018 13:34:42 +0000 (15:34 +0200)
See #2720

14 files changed:
wcfsetup/install/files/lib/acp/page/ModificationLogListPage.class.php
wcfsetup/install/files/lib/data/modification/log/IViewableModificationLog.class.php
wcfsetup/install/files/lib/data/search/ICustomIconSearchResultObject.class.php
wcfsetup/install/files/lib/data/user/profile/comment/ViewableUserProfileComment.class.php
wcfsetup/install/files/lib/system/article/discussion/AbstractArticleDiscussionProvider.class.php
wcfsetup/install/files/lib/system/article/discussion/CommentArticleDiscussionProvider.class.php
wcfsetup/install/files/lib/system/article/discussion/IArticleDiscussionProvider.class.php
wcfsetup/install/files/lib/system/article/discussion/VoidArticleDiscussionProvider.class.php
wcfsetup/install/files/lib/system/box/ProfileCommentListBoxController.class.php
wcfsetup/install/files/lib/system/condition/UserUserIDCondition.class.php
wcfsetup/install/files/lib/system/html/toc/HtmlToc.class.php
wcfsetup/install/files/lib/system/html/toc/HtmlTocItem.class.php
wcfsetup/install/files/lib/system/log/modification/AbstractExtendedModificationLogHandler.class.php
wcfsetup/install/files/lib/system/log/modification/IExtendedModificationLogHandler.class.php

index 82555b92c5d441a41861d52180c8612642023d94..ae099cab17ca59ba67261b99ef22a43f3ceefb47 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-declare(strict_types=1);
 namespace wcf\acp\page;
 use wcf\data\modification\log\IViewableModificationLog;
 use wcf\data\modification\log\ModificationLogList;
index 3df40b5901751949bea3e63e714dbb9f392a870c..de0b2fba5dfd6074fba03eae386cd2adee4427b9 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-declare(strict_types=1);
 namespace wcf\data\modification\log;
 use wcf\data\ITitledLinkObject;
 
index 970d4329dd875a48dc13d97575185c8b9c51a711..eb76d63e2c75b8ee21a28de7f88cd85c0f67f6ff 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-declare(strict_types=1);
 namespace wcf\data\user\profile\comment;
 use wcf\data\comment\Comment;
 use wcf\data\comment\ViewableComment;
index 03855552bd9f16dbf74896e41d6d43ce30f7c6f8..27001d3452a6d45cda5901d677a2906236d97042 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-declare(strict_types=1);
 namespace wcf\system\article\discussion;
 use wcf\data\article\Article;
 use wcf\data\article\content\ArticleContent;
index 9f521a4dd6e9c4dc1adc74ffe2d9fed52101b1f7..1bc3f0cdb8cad74a580e1ca236a44c6856e0ab29 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-declare(strict_types=1);
 namespace wcf\system\article\discussion;
 use wcf\data\article\Article;
 use wcf\system\comment\CommentHandler;
index e9e587746888ed339280e5908e178d2813ce7cab..ef4b342d4b3596a275dfd93dab18b275757cfcdb 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-declare(strict_types=1);
 namespace wcf\system\article\discussion;
 use wcf\data\article\Article;
 use wcf\data\article\content\ArticleContent;
index 23dac24d32f17cea1d6d5dcdf477e08758b37f6b..6587a77dca895bbf20a83a94e16fc9e13018b3ba 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-declare(strict_types=1);
 namespace wcf\system\box;
 use wcf\data\comment\ViewableCommentList;
 use wcf\data\user\profile\comment\ViewableUserProfileComment;
index 929e94a2de94da047fcc691c2c90d51d949f5fbb..b2ac91a79e901570c31903b399265d2dfce1e7be 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-declare(strict_types=1);
 namespace wcf\system\condition;
 use wcf\data\condition\Condition;
 use wcf\data\user\User;
index ffa4c2550ebc8b33aa0b80160387e6588e2a712a..ad5b4fe54a7385b96dd4df18b55189d95e3aa6e0 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-declare(strict_types=1);
 namespace wcf\system\html\toc;
 use wcf\system\Regex;
 use wcf\system\WCF;
index d8bccc788f1dfb7faf1d26725a1d381a6888b88c..566d720ff77207117bc5307633a261d1555806dd 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-declare(strict_types=1);
 namespace wcf\system\html\toc;
 
 /**
index 35eaf4856f91169922cc0b2fd23209d792ad0d9c..15d2cdb0f97378ac111b2e93153521fffebecefb 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-declare(strict_types=1);
 namespace wcf\system\log\modification;
 use wcf\data\modification\log\IViewableModificationLog;
 use wcf\data\modification\log\ModificationLog;