Completed
Push — master ( cda577...82aa13 )
by Christian
02:25
created
tests/N98/Magento/Command/Developer/Console/TestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
     /**
65 65
      * @param string $reference
66
-     * @return PHPUnit_Framework_MockObject_MockObject|WriteInterface
66
+     * @return \PHPUnit\Framework\MockObject\MockObject
67 67
      */
68 68
     protected function mockWriterFileCWriteFileAssertion($reference)
69 69
     {
Please login to merge, or discard this patch.
src/N98/Magento/Command/Customer/CreateCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -197,6 +197,9 @@
 block discarded – undo
197 197
         }
198 198
     }
199 199
 
200
+    /**
201
+     * @param InputInterface $input
202
+     */
200 203
     private function getAdditionalFields($input)
201 204
     {
202 205
         $additionalFields = $input->getArgument('additionalFields');
Please login to merge, or discard this patch.