Completed
Push — master ( c9a513...b3d424 )
by Simonas
12s
created
Service/SettingsManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
     }
147 147
 
148 148
     /**
149
-     * @param array $activeProfilesList
149
+     * @param string[] $activeProfilesList
150 150
      */
151 151
     public function setActiveProfilesList(array $activeProfilesList)
152 152
     {
@@ -376,7 +376,7 @@  discard block
 block discarded – undo
376 376
      *
377 377
      * @param string $profile
378 378
      *
379
-     * @return array
379
+     * @return \ONGR\ElasticsearchBundle\Result\ArrayIterator
380 380
      */
381 381
     public function getProfileSettings($profile)
382 382
     {
Please login to merge, or discard this patch.