Completed
Pull Request — master (#251)
by
unknown
09:26
created
src/Yandex/Market/Partner/PartnerClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -300,7 +300,7 @@  discard block
 block discarded – undo
300 300
      *
301 301
      * @see http://api.yandex.ru/market/partner/doc/dg/reference/get-campaigns.xml
302 302
      *
303
-     * @return Campaigns
303
+     * @return Models\Campaigns|null
304 304
      */
305 305
     public function getCampaigns()
306 306
     {
@@ -591,7 +591,7 @@  discard block
 block discarded – undo
591 591
      * Filter query params
592 592
      *
593 593
      * @param array $params
594
-     * @return array
594
+     * @return string
595 595
      */
596 596
     private function filterParams(array $params)
597 597
     {
Please login to merge, or discard this patch.
src/Yandex/Market/Content/Models/Schedules.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     /**
10 10
      * Add review to collection
11 11
      *
12
-     * @param Schedule|array $sсhedule
12
+     * @param Schedule|array $schedule
13 13
      *
14 14
      * @return Schedules
15 15
      */
Please login to merge, or discard this patch.
src/Yandex/OAuth/OAuthClient.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -131,7 +131,6 @@  discard block
 block discarded – undo
131 131
 
132 132
     /**
133 133
      * @param string $type
134
-     * @param string $state optional string
135 134
      *
136 135
      * @return string
137 136
      */
@@ -175,7 +174,6 @@  discard block
 block discarded – undo
175 174
      *
176 175
      * @param bool $exit indicates whether to stop the PHP script immediately or not
177 176
      * @param string $type a type of the authentication procedure
178
-     * @param string $state optional string
179 177
      * @return bool|void
180 178
      */
181 179
     public function authRedirect($exit = true, $type = self::CODE_AUTH_TYPE, $addtions = null)
Please login to merge, or discard this patch.