Failed Conditions
Push — refactorSubscriptions ( 75d664...451969 )
by Michael
03:05
created
inc/Cache/Cache.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -54,6 +54,9 @@
 block discarded – undo
54 54
         return $this->_event;
55 55
     }
56 56
 
57
+    /**
58
+     * @param string $_event
59
+     */
57 60
     public function setEvent($_event)
58 61
     {
59 62
         $this->_event = $_event;
Please login to merge, or discard this patch.
inc/infoutils.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -444,7 +444,6 @@
 block discarded – undo
444 444
  * Log accesses to deprecated fucntions to the debug log
445 445
  *
446 446
  * @param string $alternative The function or method that should be used instead
447
- * @param string|null $deprecatedThing What is deprecated if not the current method
448 447
  * @triggers INFO_DEPRECATION_LOG
449 448
  */
450 449
 function dbg_deprecated($alternative = '') {
Please login to merge, or discard this patch.
inc/PassHash.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -113,6 +113,7 @@
 block discarded – undo
113 113
      * @param string|null &$salt  The salt, pass null if you want one generated
114 114
      * @param int          $len   The length of the salt
115 115
      * @param bool         $cut   Apply length restriction to existing salt?
116
+     * @param string|null $salt
116 117
      */
117 118
     public function init_salt(&$salt, $len = 32, $cut = true) {
118 119
         if(is_null($salt)) {
Please login to merge, or discard this patch.
inc/subscription.php 1 patch
Unused Use Statements   -8 removed lines patch added patch discarded remove patch
@@ -1,11 +1,3 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use dokuwiki\ChangeLog\PageChangeLog;
4
-use dokuwiki\Debug\DebugHelper;
5
-use dokuwiki\Subscriptions\BulkSubscriptionSender;
6
-use dokuwiki\Subscriptions\MediaSubscriptionSender;
7
-use dokuwiki\Subscriptions\PageSubscriptionSender;
8
-use dokuwiki\Subscriptions\SubscriberManager;
9
-use dokuwiki\Subscriptions\RegistrationSubscriptionSender;
10
-
11 3
 
Please login to merge, or discard this patch.
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 Doku_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.