Completed
Push — master ( 132b95...1b4be3 )
by Richard
9s
created
src/Extension/ExemplifyExtension/features/bootstrap/AppicationTester.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
     }
89 89
 
90 90
     /**
91
-     * @return InputInterface
91
+     * @return StringInput
92 92
      */
93 93
     public function getInput()
94 94
     {
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     }
97 97
 
98 98
     /**
99
-     * @return OutputInterface
99
+     * @return StreamOutput
100 100
      */
101 101
     public function getOutput()
102 102
     {
Please login to merge, or discard this patch.