return * * @return Expectation|ExpectationInterface|HigherOrderMessage|self */ public function allows($something = []); /** * @param mixed $something String method name (optional) * * @return Expectation|ExpectationInterface|ExpectsHigherOrderMessage */ public function expects($something = null); }