Test Setup Failed
Push — master ( 35acdf...505488 )
by Avtandil
02:16
created
src/MultiLang/Console/ExportCommand.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -168,6 +168,7 @@  discard block
 block discarded – undo
168 168
     /**
169 169
      * Get a texts from file.
170 170
      *
171
+     * @param string $scope
171 172
      * @return array
172 173
      */
173 174
     protected function getTextsFromFile($scope)
@@ -189,6 +190,7 @@  discard block
 block discarded – undo
189 190
     /**
190 191
      * Get a texts from database.
191 192
      *
193
+     * @param string $scope
192 194
      * @return array
193 195
      */
194 196
     protected function getTextsFromDb($scope)
Please login to merge, or discard this patch.