Completed
Push — master ( 51c1b8...0f6952 )
by Kacper
03:47
created
bin/Commands/Benchmark/RunCommand.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -104,6 +104,9 @@  discard block
 block discarded – undo
104 104
         ;
105 105
     }
106 106
 
107
+    /**
108
+     * @param string $source
109
+     */
107 110
     protected function benchmark($source, Language $language, FormatterInterface $formatter, $geshi = null)
108 111
     {
109 112
         $tokenization = microtime(true);
@@ -122,6 +125,9 @@  discard block
 block discarded – undo
122 125
         return compact('tokenization', 'parsing', 'formatting', 'overall');
123 126
     }
124 127
 
128
+    /**
129
+     * @param string $source
130
+     */
125 131
     protected function geshi($source, $language)
126 132
     {
127 133
         $geshi = microtime(true);
Please login to merge, or discard this patch.