Completed
Push — master ( ab331c...c9e463 )
by rugk
02:59
created
src/library/ThreemaGateway/Handler/Action/TfaCallback/TextMessage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
      * Returns "false" if the process should be canceled. Otherwise "true".
90 90
      *
91 91
      * @throws XenForo_Exception
92
-     * @return bool
92
+     * @return false|null
93 93
      */
94 94
     protected function preProcessPending()
95 95
     {
Please login to merge, or discard this patch.
src/library/ThreemaGateway/Handler/Action/TfaCallback/DeliveryReceipt.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
      * Returns "false" if the process should be canceled. Otherwise "true".
90 90
      *
91 91
      * @throws XenForo_Exception
92
-     * @return bool
92
+     * @return false|null
93 93
      */
94 94
     protected function preProcessPending()
95 95
     {
Please login to merge, or discard this patch.
src/library/ThreemaGateway/Handler/PhpSdk.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -65,6 +65,7 @@
 block discarded – undo
65 65
      * Initiate PHP-SDK.
66 66
      *
67 67
      * @param ThreemaGateway_Handler_Settings
68
+     * @param ThreemaGateway_Handler_Settings|null $settings
68 69
      * @throws XenForo_Exception
69 70
      */
70 71
     private function __construct($settings)
Please login to merge, or discard this patch.
src/library/ThreemaGateway/Handler/Action/Callback.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -358,7 +358,7 @@
 block discarded – undo
358 358
      * In case nothing could be found, this returns "null".
359 359
      *
360 360
      * @param  string            $key
361
-     * @return string|array|null
361
+     * @return string
362 362
      */
363 363
     public function getRequest($key = null)
364 364
     {
Please login to merge, or discard this patch.
src/library/ThreemaGateway/Handler/Action/TfaCallback/Abstract.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
      * Returns "false" if the process should be canceled. Otherwise "true".
90 90
      *
91 91
      * @throws XenForo_Exception
92
-     * @return bool
92
+     * @return false|null
93 93
      */
94 94
     protected function preProcessPending()
95 95
     {
Please login to merge, or discard this patch.
src/library/ThreemaGateway/Helper/Key.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,6 @@
 block discarded – undo
60 60
      *
61 61
      * XenForo template helper: threemaisvalidpubkey.
62 62
      *
63
-     * @param  string $threemaid Threema ID
64 63
      * @return bool
65 64
      */
66 65
     public static function checkPublic($pubKey)
Please login to merge, or discard this patch.
src/library/ThreemaGateway/Model/Messages.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -604,7 +604,7 @@
 block discarded – undo
604 604
      * Groups an array by using the value of a specific index in it.
605 605
      *
606 606
      * @param array      $array       the array, which is sued as the base
607
-     * @param string|int $indexKey    the value of the key, which should be used
607
+     * @param string $indexKey    the value of the key, which should be used
608 608
      *                                for indexing
609 609
      * @param bool       $ignoreIndex Set to true to ignore multiple values in
610 610
      *                                $array. If activated only the last key of
Please login to merge, or discard this patch.