Completed
Push — develop ( 38c1c8...813522 )
by Luke
04:11
created
lib/ComponentManager/Platform/AbstractPlatform.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -94,6 +94,7 @@
 block discarded – undo
94 94
 
95 95
     /**
96 96
      * @override \ComponentManager\Platform\Platform
97
+     * @return string
97 98
      */
98 99
     public function getPhpScript() {
99 100
         return $_SERVER['argv'][0];
Please login to merge, or discard this patch.
lib/ComponentManager/Platform/Platform.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,6 +22,7 @@  discard block
 block discarded – undo
22 22
      * Initialiser.
23 23
      *
24 24
      * @param \Symfony\Component\Filesystem\Filesystem $filesystem
25
+     * @return void
25 26
      */
26 27
     public function __construct(Filesystem $filesystem);
27 28
 
@@ -64,7 +65,7 @@  discard block
 block discarded – undo
64 65
     /**
65 66
      * Get the user's home directory.
66 67
      *
67
-     * @return mixed
68
+     * @return string
68 69
      */
69 70
     public function getHomeDirectory();
70 71
 
Please login to merge, or discard this patch.