mirror of
https://github.com/friendica/friendica
synced 2025-04-25 13:10:11 +00:00
Code standards
This commit is contained in:
parent
ea0cd6c919
commit
cbb5124d59
4 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@ interface IStorage
|
|||
public static function get($ref);
|
||||
|
||||
/**
|
||||
* @brief Put data in backend as $ref. If $ref is not defiend a new reference is created.
|
||||
* @brief Put data in backend as $ref. If $ref is not defined a new reference is created.
|
||||
* @param string $data Data to save
|
||||
* @param string $ref Data referece. Optional.
|
||||
* @return string Saved data referece
|
||||
|
|
|
@ -30,7 +30,7 @@ class SystemResource implements IStorage
|
|||
}
|
||||
|
||||
|
||||
public static function put($data, $filename="")
|
||||
public static function put($data, $filename = "")
|
||||
{
|
||||
throw new \BadMethodCallException();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue