Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Apr 25, 2022
1 parent 56bcc4e commit 4808753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Storage/StorageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function remove($obj, PropertyMapping $mapping): ?bool;
*/
public function resolvePath($obj, ?string $fieldName = null, ?string $className = null, ?bool $relative = false): ?string;

//TODO: inconsistency - use PropertyMapping instead of fieldName+className
// TODO: inconsistency - use PropertyMapping instead of fieldName+className

/**
* Resolves the uri based on the specified object and mapping name.
Expand All @@ -57,7 +57,7 @@ public function resolveUri($obj, ?string $fieldName = null, ?string $className =
*
* @param object|array $obj The object
* @param string $fieldName The field to use
* @param string $className The object's class. Mandatory if $obj can't be used to determine it
* @param string|null $className The object's class. Mandatory if $obj can't be used to determine it
*
* @return resource|null The resolved resource or null if file not stored
*/
Expand Down

0 comments on commit 4808753

Please sign in to comment.