mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 02:07:23 +01:00
CS
This commit is contained in:
@ -17,6 +17,7 @@ trait Expectable
|
||||
* Creates a new expectation.
|
||||
*
|
||||
* @param TValue $value
|
||||
*
|
||||
* @return Expectation<TValue>
|
||||
*/
|
||||
public function expect($value): Expectation
|
||||
|
||||
@ -15,7 +15,7 @@ trait RetrievesValues
|
||||
* Safely retrieve the value at the given key from an object or array.
|
||||
*
|
||||
* @param array<string, TRetrievableValue>|object $value
|
||||
* @param TRetrievableValue|null $default
|
||||
* @param TRetrievableValue|null $default
|
||||
*
|
||||
* @return TRetrievableValue|null
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user