Completed
Pull Request — develop (#27)
by Chris
20:10 queued 05:10
created
src/M3u8/AnnotationReadable/AbstractConfigurable.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@
 block discarded – undo
37 37
         return new $class;
38 38
     }
39 39
 
40
+    /**
41
+     * @param string $name
42
+     */
40 43
     protected function getOption($name)
41 44
     {
42 45
         return $this->options[$name];
Please login to merge, or discard this patch.