Completed
Pull Request — 3.x (#5399)
by Christian
04:07
created
src/Object/MetadataInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -44,6 +44,7 @@
 block discarded – undo
44 44
     /**
45 45
      * @param string $name    The option key
46 46
      * @param mixed  $default The default value if option not found
47
+     * @return boolean
47 48
      */
48 49
     public function getOption($name, $default = null);
49 50
 }
Please login to merge, or discard this patch.