mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-11-01 12:32:29 +01:00
Altered PSR-12 update
This commit is contained in:
@ -6,7 +6,7 @@ use Gitea\Client;
|
||||
use Gitea\Model\Repository;
|
||||
|
||||
/**
|
||||
* Interface that allows the tracking of request heirarchies
|
||||
* Interface that allows the tracking of request hierarchies
|
||||
*
|
||||
* @author Benjamin Blake (sitelease.ca)
|
||||
*/
|
||||
@ -31,7 +31,7 @@ interface RequestChainableInterface
|
||||
public function setCaller(?object $object);
|
||||
|
||||
/**
|
||||
* Return the request chain heirarchy
|
||||
* Return the request chain hierarchy
|
||||
* as an array of objects
|
||||
*
|
||||
* This is useful if you need to know
|
||||
@ -58,11 +58,11 @@ interface RequestChainableInterface
|
||||
public function searchRequestChain(string $class): ?object;
|
||||
|
||||
/**
|
||||
* Return the request chain heirarchy
|
||||
* Return the request chain hierarchy
|
||||
* as a string of class names
|
||||
*
|
||||
* This is useful if you need to quickly print out
|
||||
* a breadcrumb like heirarchy of callers
|
||||
* a breadcrumb like hierarchy of callers
|
||||
*
|
||||
* @author Benjamin Blake (sitelease.ca)
|
||||
* @return array
|
||||
|
||||
Reference in New Issue
Block a user