Completed
Push — master ( a19ede...2f7545 )
by Jean
02:25 queued 33s
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.