Completed
Push — master ( c9a513...b3d424 )
by Simonas
12s
created
Document/Setting.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
     /**
151 151
      * Set profile.
152 152
      *
153
-     * @param string|array $profile
153
+     * @param string[] $profile
154 154
      */
155 155
     public function setProfile($profile)
156 156
     {
Please login to merge, or discard this patch.
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.