Completed
Push — master ( ceb702...82afac )
by Dmitry
01:41
created
src/Space.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -274,6 +274,9 @@
 block discarded – undo
274 274
         return $this->formatNamesHash[$name];
275 275
     }
276 276
 
277
+    /**
278
+     * @param string $name
279
+     */
277 280
     public function getReference($name)
278 281
     {
279 282
         return $this->isReference($name) ? $this->formatReferences[$name] : null;
Please login to merge, or discard this patch.