Completed
Branch develop (6d735e)
by Timothy
07:48
created
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/Controller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 	/**
85 85
 	 * Constructor
86 86
 	 *
87
-	 * @param ContainerInterface $container
87
+	 * @param \Aviat\Ion\Di\ContainerInterface $container
88 88
 	 */
89 89
 	public function __construct(ContainerInterface $container)
90 90
 	{
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
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 	/**
48 48
 	 * Constructor
49 49
 	 *
50
-	 * @param ContainerInterface $container
50
+	 * @param \Aviat\Ion\Di\ContainerInterface $container
51 51
 	 */
52 52
 	public function __construct(ContainerInterface $container)
53 53
 	{
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.