Completed
Push — master ( 06ea2e...35d026 )
by Simonas
13:18
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.
Event/SettingActionEvent.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@
 block discarded – undo
30 30
      */
31 31
     private $setting;
32 32
 
33
+    /**
34
+     * @param \ONGR\SettingsBundle\Document\Setting $setting
35
+     */
33 36
     public function __construct($name, array $data = null, $setting = null)
34 37
     {
35 38
         $this->name = $name;
Please login to merge, or discard this patch.