Completed
Branch 09branch (946dde)
by Anton
05:16
created
source/Spiral/Http/Routing/Router.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -49,9 +49,6 @@
 block discarded – undo
49 49
     /**
50 50
      * {@inheritdoc}
51 51
      *
52
-     * @param RouteInterface|array $default Default route or options to construct instance of
53
-     *                                      DirectRoute.
54
-     * @param bool                 $keepOutput
55 52
      *
56 53
      * @throws RouterException
57 54
      */
Please login to merge, or discard this patch.
source/Spiral/Models/Traits/TimestampsTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
     /**
101 101
      * Create appropriate schema modification listener. Executed only in analysis.
102 102
      *
103
-     * @return callable
103
+     * @return \Closure
104 104
      */
105 105
     private static function __timestamps__describeListener()
106 106
     {
Please login to merge, or discard this patch.