Completed
Push — master ( 21bef7...57c916 )
by Greg
01:27
created
src/Util/ConfigOverlay.php 1 patch
Doc Comments   +5 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)) {
@@ -158,6 +162,7 @@  discard block
 block discarded – undo
158 162
 
159 163
     /**
160 164
      * @inheritdoc
165
+     * @param string $fn
161 166
      */
162 167
     protected function unsupported($fn)
163 168
     {
Please login to merge, or discard this patch.