Completed
Pull Request — master (#6899)
by Daniel
23:28 queued 11:37
created
src/Dev/SapphireTest.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -673,10 +673,10 @@  discard block
 block discarded – undo
673 673
     /**
674 674
      * Assert that the matching email was sent since the last call to clearEmails()
675 675
      * All of the parameters can either be a string, or, if they start with "/", a PREG-compatible regular expression.
676
-     * @param $to
676
+     * @param string $to
677 677
      * @param $from
678
-     * @param $subject
679
-     * @param $content
678
+     * @param string $subject
679
+     * @param string $content
680 680
      * @return array Contains the keys: 'type', 'to', 'from', 'subject', 'content', 'plainContent', 'attachedFiles',
681 681
      *               'customHeaders', 'htmlContent', inlineImages'
682 682
      */
@@ -909,7 +909,7 @@  discard block
 block discarded – undo
909 909
      * @param string $expectedSQL
910 910
      * @param string $actualSQL
911 911
      * @param string $message
912
-     * @param float|int $delta
912
+     * @param integer $delta
913 913
      * @param integer $maxDepth
914 914
      * @param boolean $canonicalize
915 915
      * @param boolean $ignoreCase
@@ -1200,7 +1200,7 @@  discard block
 block discarded – undo
1200 1200
      * Create a member and group with the given permission code, and log in with it.
1201 1201
      * Returns the member ID.
1202 1202
      *
1203
-     * @param string|array $permCode Either a permission, or list of permissions
1203
+     * @param string $permCode Either a permission, or list of permissions
1204 1204
      * @return int Member ID
1205 1205
      */
1206 1206
     public function logInWithPermission($permCode = "ADMIN")
Please login to merge, or discard this patch.