Completed
Branch develop (9c1dc5)
by Timothy
07:15
created
src/API/Kitsu/Auth.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/API/MAL/MALTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
 	 * This is a dirty hack until I can fully track down where
51 51
 	 * the dual-encoding happens
52 52
 	 *
53
-	 * @param FormBody $formBody The form builder object to fix
53
+	 * @param \Amp\Artax\FormBody $formBody The form builder object to fix
54 54
 	 * @return string
55 55
 	 */
56 56
 	private function fixBody(FormBody $formBody): string
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
 	/**
158 158
 	 * Remove some boilerplate for get requests
159 159
 	 *
160
-	 * @param array $args
160
+	 * @param string $args
161 161
 	 * @return array
162 162
 	 */
163 163
 	protected function getRequest(...$args): array
Please login to merge, or discard this patch.
src/API/XML.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@
 block discarded – undo
175 175
 	 * Recursively create array structure based on xml structure
176 176
 	 *
177 177
 	 * @param array &$root A reference to the current array location
178
-	 * @param DOMNodeList $nodeList The current NodeList object
178
+	 * @param \DOMNodeList $nodeList The current NodeList object
179 179
 	 * @return void
180 180
 	 */
181 181
 	private static function childNodesToArray(array &$root, DOMNodelist $nodeList)
Please login to merge, or discard this patch.
src/Command/BaseCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 	/**
65 65
 	 * Setup the Di container
66 66
 	 *
67
-	 * @return Container
67
+	 * @return \Aviat\Ion\Di\ContainerInterface
68 68
 	 */
69 69
 	protected function setupContainer()
70 70
 	{
Please login to merge, or discard this patch.
src/Util.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 	/**
51 51
 	 * Set up the Util class
52 52
 	 *
53
-	 * @param ContainerInterface $container
53
+	 * @param \Aviat\Ion\Di\ContainerInterface $container
54 54
 	 */
55 55
 	public function __construct(ContainerInterface $container)
56 56
 	{
Please login to merge, or discard this patch.
build/CodeIgniter/Sniffs/Operators/StrictComparisonOperatorSniff.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.
build/CodeIgniter/Sniffs/WhiteSpace/DisallowSpaceIndentSniff.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.
CodeIgniter/Sniffs/WhiteSpace/DisallowWitheSpaceAroundPhpTagsSniff.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.
build/CodeIgniter/Sniffs/WhiteSpace/ElseOnNewLineSniff.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.