Completed
Pull Request — master (#101)
by
unknown
59:32
created
src/OpCacheGUI/OpCache/DataModel.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -225,6 +225,9 @@
 block discarded – undo
225 225
         return $this->_d3Scripts;
226 226
     }
227 227
 
228
+    /**
229
+     * @param string $name
230
+     */
228 231
     private function _processPartition($value, $name = null)
229 232
     {
230 233
         if (array_key_exists('size', $value)) {
Please login to merge, or discard this patch.