Completed
Branch master (205409)
by Timothy
02:36
created
build/CodeIgniter/UnusedSniffs/NamingConventions/ValidFileNameSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Returns an array of tokens this test wants to listen for.
37 37
      *
38
-     * @return array
38
+     * @return integer[]
39 39
      */
40 40
     public function register()
41 41
     {
Please login to merge, or discard this patch.
src/API/APIRequestBuilder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
 	/**
84 84
 	 * Set the request body
85 85
 	 *
86
-	 * @param FormBody|string $body
86
+	 * @param string $body
87 87
 	 * @return self
88 88
 	 */
89 89
 	public function setBody($body): self
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
 	 * This is a dirty hack until I can fully track down where
195 195
 	 * the dual-encoding happens
196 196
 	 *
197
-	 * @param FormBody $formBody The form builder object to fix
197
+	 * @param \Amp\Artax\FormBody $formBody The form builder object to fix
198 198
 	 * @return string
199 199
 	 */
200 200
 	private function fixBody(FormBody $formBody): string
Please login to merge, or discard this patch.
src/API/MAL/MALTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
 	 * This is a dirty hack until I can fully track down where
71 71
 	 * the dual-encoding happens
72 72
 	 *
73
-	 * @param FormBody $formBody The form builder object to fix
73
+	 * @param \Amp\Artax\FormBody $formBody The form builder object to fix
74 74
 	 * @return string
75 75
 	 */
76 76
 	private function fixBody(FormBody $formBody): string
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
 	 * @param string $type
86 86
 	 * @param string $url
87 87
 	 * @param array $options
88
-	 * @return \Amp\Promise
88
+	 * @return \Amp\Artax\Request
89 89
 	 */
90 90
 	public function setUpRequest(string $type, string $url, array $options = [])
91 91
 	{
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
 	/**
198 198
 	 * Remove some boilerplate for get requests
199 199
 	 *
200
-	 * @param array $args
200
+	 * @param string $args
201 201
 	 * @return array
202 202
 	 */
203 203
 	protected function getRequest(...$args): array
Please login to merge, or discard this patch.
src/Controller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 	/**
49 49
 	 * Constructor
50 50
 	 *
51
-	 * @param ContainerInterface $container
51
+	 * @param \Aviat\Ion\Di\ContainerInterface $container
52 52
 	 */
53 53
 	public function __construct(ContainerInterface $container)
54 54
 	{
Please login to merge, or discard this patch.
src/Model/API.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 	/**
49 49
 	 * Constructor
50 50
 	 *
51
-	 * @param ContainerInterface $container
51
+	 * @param \Aviat\Ion\Di\ContainerInterface $container
52 52
 	 */
53 53
 	public function __construct(ContainerInterface $container)
54 54
 	{
Please login to merge, or discard this patch.