Completed
Push — master ( c4bd73...d1b940 )
by Dmitry
07:41
created
src/Space.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -285,6 +285,9 @@  discard block
 block discarded – undo
285 285
         }
286 286
     }
287 287
 
288
+    /**
289
+     * @param string $flag
290
+     */
288 291
     public function getPropertyFlag($name, $flag)
289 292
     {
290 293
         $property = $this->getProperty($name);
@@ -309,6 +312,11 @@  discard block
 block discarded – undo
309 312
         return $this->formatNamesHash[$name];
310 313
     }
311 314
 
315
+    /**
316
+     * @param string $name
317
+     *
318
+     * @return string
319
+     */
312 320
     public function getReference($name)
313 321
     {
314 322
         return $this->isReference($name) ? $this->formatReferences[$name] : null;
Please login to merge, or discard this patch.