Completed
Push — master ( 424983...a57ff3 )
by Greg
01:22
created
src/Util/ConfigOverlay.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -32,6 +32,7 @@  discard block
 block discarded – undo
32 32
      * highest priority.
33 33
      *
34 34
      * If a context has already been added, its priority will not change.
35
+     * @param string $name
35 36
      */
36 37
     public function addContext($name, ConfigInterface $config)
37 38
     {
@@ -77,6 +78,9 @@  discard block
 block discarded – undo
77 78
         return isset($this->contexts[$name]);
78 79
     }
79 80
 
81
+    /**
82
+     * @param string $name
83
+     */
80 84
     public function getContext($name)
81 85
     {
82 86
         if ($this->hasContext($name)) {
Please login to merge, or discard this patch.