Completed
Pull Request — master (#72)
by Pierre
05:04
created
src/Joli/JoliCi/Container.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -109,6 +109,9 @@  discard block
 block discarded – undo
109 109
         return new Filesystem();
110 110
     }
111 111
 
112
+    /**
113
+     * @return Docker
114
+     */
112 115
     public function getDocker()
113 116
     {
114 117
         if (!$this->docker) {
@@ -138,6 +141,9 @@  discard block
 block discarded – undo
138 141
         return new Naming();
139 142
     }
140 143
 
144
+    /**
145
+     * @param boolean $verbose
146
+     */
141 147
     public function getLoggerCallback($verbose)
142 148
     {
143 149
         return new LoggerCallback($this->getConsoleLogger($verbose));
Please login to merge, or discard this patch.