Completed
Pull Request — master (#166)
by
unknown
01:34
created
src/Providers/AbstractProvider.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -355,7 +355,7 @@  discard block
 block discarded – undo
355 355
     }
356 356
 
357 357
     /**
358
-     * @return array
358
+     * @return Config
359 359
      */
360 360
     public function getConfig()
361 361
     {
@@ -549,7 +549,7 @@  discard block
 block discarded – undo
549 549
     /**
550 550
      * Put state to session storage and return it.
551 551
      *
552
-     * @return string|bool
552
+     * @return false|string
553 553
      */
554 554
     protected function makeState()
555 555
     {
Please login to merge, or discard this patch.