Completed
Push — master ( 67fbf4...ed904e )
by Andrey
07:10
created
models/ProductSearch.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      *
52 52
      * @param array $params
53 53
      *
54
-     * @return ActiveDataProvider
54
+     * @return \yii\data\ActiveDataProvider
55 55
      */
56 56
     public function search($params)
57 57
     {
Please login to merge, or discard this patch.
php/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      * @param callable|null        $exceptionHandler A handler that will be called on Exception
42 42
      * @param LoggerInterface|null $logger           A PSR-3 logger
43 43
      * @param array|int            $levels           An array map of E_* to LogLevel::* or an integer bit field of E_* constants
44
-     * @param int|null             $throwAt          Thrown errors in a bit field of E_* constants, or null to keep the current value
44
+     * @param integer             $throwAt          Thrown errors in a bit field of E_* constants, or null to keep the current value
45 45
      * @param bool                 $scream           Enables/disables screaming mode, where even silenced errors are logged
46 46
      * @param string               $fileLinkFormat   The format for links to source files
47 47
      */
Please login to merge, or discard this patch.