Completed
Push — master ( 2c39fe...466032 )
by Marco
01:45
created
src/Comodojo/Foundation/Base/AbstractVersion.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,6 @@  discard block
 block discarded – undo
69 69
      * Create a version identifier class
70 70
      *
71 71
      * @param Configuration|null $configuration
72
-     * @param string $prefix
73 72
      */
74 73
     public function __construct(Configuration $configuration = null) {
75 74
 
@@ -145,6 +144,9 @@  discard block
 block discarded – undo
145 144
 
146 145
     }
147 146
 
147
+    /**
148
+     * @param string $item
149
+     */
148 150
     private function getConfigurationOverride($item) {
149 151
 
150 152
         return $this->configuration !== null ?
Please login to merge, or discard this patch.