Completed
Push — master ( 0595da...cb5a6f )
by Basil
06:40
created
core/web/Composition.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -417,7 +417,7 @@
 block discarded – undo
417 417
      *
418 418
      * @see \ArrayAccess::offsetGet()
419 419
      * @param string $offset The key to get from the array.
420
-     * @return mixed The value for the offset key from the array.
420
+     * @return string|boolean The value for the offset key from the array.
421 421
      */
422 422
     public function offsetGet($offset)
423 423
     {
Please login to merge, or discard this patch.