Passed
Branch master (eb92d0)
by Arjan
07:22
created
src/MinifyContext.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -78,6 +78,9 @@
 block discarded – undo
78 78
         $this->statistics->createReferencePoint($this->calculateInputLength($input), $keyName);
79 79
     }
80 80
 
81
+    /**
82
+     * @param string $input
83
+     */
81 84
     private function calculateInputLength($input)
82 85
     {
83 86
         return mb_strlen($input, '8bit') + $this->placeholderContainer->getOriginalSize() - $this->placeholderContainer->getPlaceholderSize();
Please login to merge, or discard this patch.
src/Statistics/StatisticsInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * Get all the steps which are measured.
19 19
      *
20
-     * @return array
20
+     * @return ReferencePoint[]
21 21
      */
22 22
     public function getReferencePoints();
23 23
 
Please login to merge, or discard this patch.