Completed
Push — master ( 7997eb...97b6a8 )
by Jean
04:26
created
src/Utility/Traces.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     /**
33 33
      * Traces constructor.
34 34
      *
35
-     * @param array|null $traces Array of Trace objects
35
+     * @param Trace[] $traces Array of Trace objects
36 36
      * @see \CakeCharts\Utility\Trace
37 37
      */
38 38
     public function __construct(array $traces = null)
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
     }
75 75
 
76 76
     /**
77
-     * @return \Exception|string Encountered error, if any
77
+     * @return \Exception|null Encountered error, if any
78 78
      */
79 79
     public function getError()
80 80
     {
Please login to merge, or discard this patch.
config/routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 Router::plugin(
18 18
     'CakeCharts',
19 19
     ['path' => '/cake-charts'],
20
-    function (RouteBuilder $routes) {
20
+    function(RouteBuilder $routes) {
21 21
         $routes->fallbacks(DashedRoute::class);
22 22
     }
23 23
 );
Please login to merge, or discard this patch.