mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Use more standardized phpcs
This commit is contained in:
@@ -17,7 +17,6 @@ class FileObjectTransformer extends BaseDaemonTransformer
|
||||
/**
|
||||
* Transform a file object response from the daemon into a standardized response.
|
||||
*
|
||||
* @param array $item
|
||||
* @return array
|
||||
*/
|
||||
public function transform(array $item)
|
||||
@@ -35,9 +34,6 @@ class FileObjectTransformer extends BaseDaemonTransformer
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getResourceName(): string
|
||||
{
|
||||
return 'file_object';
|
||||
|
||||
Reference in New Issue
Block a user