Completed
Push — master ( 5f640f...f30f41 )
by Pierre-Henry
34:09
created
vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
     }
164 164
 
165 165
     /**
166
-     * @return Swift_Mime_Headers
166
+     * @return Swift_Mime_HeaderSet
167 167
      */
168 168
     private function _createHeaders()
169 169
     {
Please login to merge, or discard this patch.
vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -490,8 +490,7 @@
 block discarded – undo
490 490
     /**
491 491
      * Strips of the sender headers and Mime-Version.
492 492
      *
493
-     * @param Swift_ByteStream_TemporaryFileByteStream $messageStream
494
-     * @param Swift_ByteStream_TemporaryFileByteStream $inputStream
493
+     * @param string $content
495 494
      */
496 495
     protected function cleanMessage($content)
497 496
     {
Please login to merge, or discard this patch.
swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -1179,6 +1179,9 @@
 block discarded – undo
1179 1179
         return $this->getMockery('Swift_Transport_IoBuffer')->shouldIgnoreMissing();
1180 1180
     }
1181 1181
 
1182
+    /**
1183
+     * @return Swift_Mime_Message
1184
+     */
1182 1185
     protected function _createMessage()
1183 1186
     {
1184 1187
         return $this->getMockery('Swift_Mime_Message')->shouldIgnoreMissing();
Please login to merge, or discard this patch.
swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -513,6 +513,9 @@
 block discarded – undo
513 513
         return $transport;
514 514
     }
515 515
 
516
+    /**
517
+     * @return Swift_Events_EventListener
518
+     */
516 519
     private function _createPlugin()
517 520
     {
518 521
         return $this->getMockery('Swift_Events_EventListener');
Please login to merge, or discard this patch.
swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -744,6 +744,9 @@
 block discarded – undo
744 744
         return $transport;
745 745
     }
746 746
 
747
+    /**
748
+     * @return Swift_Events_EventListener
749
+     */
747 750
     private function _createPlugin()
748 751
     {
749 752
         return $this->getMockery('Swift_Events_EventListener');
Please login to merge, or discard this patch.
_repository/module/fake-admin-panel/config/Permission.php 1 patch
Unused Use Statements   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,8 @@
 block discarded – undo
11 11
 
12 12
 namespace PH7;
13 13
 
14
-use PH7\Framework\Url\Header, PH7\Framework\Mvc\Router\Uri;
14
+use PH7\Framework\Url\Header;
15
+use PH7\Framework\Mvc\Router\Uri;
15 16
 
16 17
 class Permission extends PermissionCore
17 18
 {
Please login to merge, or discard this patch.
_repository/module/fake-admin-panel/inc/class/Logger.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
      * Build the log message.
76 76
      *
77 77
      * @access protected
78
-     * @return object this
78
+     * @return Logger this
79 79
      */
80 80
      protected function setLogMsg()
81 81
      {
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
      * Write a log file with the hacher information.
101 101
      *
102 102
      * @access protected
103
-     * @return object this
103
+     * @return Logger this
104 104
      */
105 105
     protected function writeFile()
106 106
     {
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
      * Blocking IP address.
115 115
      *
116 116
      * @access protected
117
-     * @return object this
117
+     * @return Logger this
118 118
      */
119 119
     protected function blockIp()
120 120
     {
Please login to merge, or discard this patch.
Unused Use Statements   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -11,11 +11,10 @@
 block discarded – undo
11 11
 
12 12
 namespace PH7;
13 13
 
14
-use
15
-PH7\Framework\Security\Ban\Ban,
16
-PH7\Framework\Http\Http,
17
-PH7\Framework\Ip\Ip,
18
-PH7\Framework\Mail\Mail;
14
+use PH7\Framework\Security\Ban\Ban;
15
+use PH7\Framework\Http\Http;
16
+use PH7\Framework\Ip\Ip;
17
+use PH7\Framework\Mail\Mail;
19 18
 
20 19
 class Logger extends Core
21 20
 {
Please login to merge, or discard this patch.
static/PFBC/recaptchalib.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -211,6 +211,9 @@  discard block
 block discarded – undo
211 211
 
212 212
 /* Mailhide related code */
213 213
 
214
+/**
215
+ * @param string $ky
216
+ */
214 217
 function _recaptcha_aes_encrypt($val,$ky) {
215 218
     if (! function_exists ("mcrypt_encrypt")) {
216 219
         die ("To use reCAPTCHA Mailhide, you need to have the mcrypt php module installed.");
@@ -222,6 +225,9 @@  discard block
 block discarded – undo
222 225
 }
223 226
 
224 227
 
228
+/**
229
+ * @param null|string $x
230
+ */
225 231
 function _recaptcha_mailhide_urlbase64 ($x) {
226 232
     return strtr(base64_encode ($x), '+/', '-_');
227 233
 }
Please login to merge, or discard this patch.