Test Setup Failed
Push — master ( 19cafa...5bea46 )
by Avtandil
13:09
created
src/MultiLang/MultiLangServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
     /**
146 146
      * Get the services provided by the provider.
147 147
      *
148
-     * @return array
148
+     * @return string[]
149 149
      */
150 150
     public function provides()
151 151
     {
Please login to merge, or discard this patch.
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.