Completed
Push — master ( c68f10...4df4ca )
by recca
02:00
created
src/Tracy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      *
20 20
      * @param array $config
21 21
      * @param \Recca0120\LaravelTracy\BarManager $barManager
22
-     * @param \Recca0120\LaravelTracy\Bar $bar
22
+     * @param Bar $bar
23 23
      */
24 24
     public function __construct($config = [], BarManager $barManager = null, Bar $bar = null)
25 25
     {
Please login to merge, or discard this patch.
src/Panels/HtmlValidatorPanel.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -55,6 +55,7 @@
 block discarded – undo
55 55
      * Removes special controls characters and normalizes line endings and spaces.
56 56
      *
57 57
      * @param  string  UTF-8 encoding
58
+     * @param string $str
58 59
      * @return string
59 60
      */
60 61
     protected static function normalize($str)
Please login to merge, or discard this patch.