Completed
Push — master ( 4cc961...289825 )
by Andrii
03:30
created
src/controllers/PhpunitController.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -77,6 +77,9 @@  discard block
 block discarded – undo
77 77
         return $this->passthru('phpunit', $args);
78 78
     }
79 79
 
80
+    /**
81
+     * @return string
82
+     */
80 83
     public function getVersion()
81 84
     {
82 85
         if ($this->_version === null) {
@@ -99,6 +102,9 @@  discard block
 block discarded – undo
99 102
         return $this->genFake($file, $path);
100 103
     }
101 104
 
105
+    /**
106
+     * @param string $path
107
+     */
102 108
     public function genFake($file, $path)
103 109
     {
104 110
         $text = $this->getView()->render('phpunit/fake.twig', [
Please login to merge, or discard this patch.