Failed Conditions
Push — psr2 ( 42c62e...c0c77c )
by Andreas
06:17 queued 03:21
created
inc/TaskRunner.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use dokuwiki\Extension\Event;
6 6
 use dokuwiki\Sitemap\Mapper;
7 7
 use dokuwiki\Subscriptions\BulkSubscriptionSender;
8
-use Subscription;
9 8
 
10 9
 /**
11 10
  * Class TaskRunner
Please login to merge, or discard this patch.
inc/Utf8/Conversion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
     /**
105 105
      * Decodes numeric HTML entities to their correct UTF-8 characters
106 106
      *
107
-     * @param $ent string A numeric entity
107
+     * @param string $ent string A numeric entity
108 108
      * @return string|false
109 109
      */
110 110
     protected static function decodeNumericEntity($ent)
Please login to merge, or discard this patch.