Completed
Push — feature-output-formats ( 8d8f02...71c0b9 )
by Arnaud
06:44 queued 03:59
created
src/Page/VariableTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@
 block discarded – undo
19 19
 {
20 20
     abstract public function offsetExists($offset);
21 21
 
22
+    /**
23
+     * @param string $offset
24
+     */
22 25
     abstract public function offsetGet($offset);
23 26
 
24 27
     abstract public function offsetSet($offset, $value);
Please login to merge, or discard this patch.