The expression return $this returns the type ItsMeLePassos\CafeApi\MeController which is incompatible with the documented return type ItsMeLePassos\CafeApi\Me.
Loading history...
35
}
36
37
/**
38
* @param array $fields
39
* @return Me
40
*/
41
public function update(array $fields): MeController
The expression return $this returns the type ItsMeLePassos\CafeApi\MeController which is incompatible with the documented return type ItsMeLePassos\CafeApi\Me.
The expression return $this returns the type ItsMeLePassos\CafeApi\MeController which is incompatible with the documented return type ItsMeLePassos\CafeApi\Me.