Completed
Push — master ( 3c671b...7b9b10 )
by Mohamed
07:35
created
Command/CreateCardCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
      *
152 152
      * @param int $value
153 153
      *
154
-     * @return Entity\Category
154
+     * @return integer
155 155
      *
156 156
      * @throws \Exception
157 157
      */
Please login to merge, or discard this patch.
Command/CreateCategoryCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
      *
114 114
      * @param string $value
115 115
      *
116
-     * @return Entity\Category
116
+     * @return string
117 117
      *
118 118
      * @throws \Exception
119 119
      */
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
      * @param InputInterface  $input
140 140
      * @param OutputInterface $output
141 141
      *
142
-     * @return bool
142
+     * @return boolean|null
143 143
      */
144 144
     protected function execute(InputInterface $input, OutputInterface $output)
145 145
     {
Please login to merge, or discard this patch.