Skip to content

Commit cb8177e

Browse files
authored
Merge branch 'dustin10:master' into fix-stream-file-checks
2 parents 223b359 + daa56f2 commit cb8177e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Naming/DirectoryNamerInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ interface DirectoryNamerInterface
1919
* @param object|array $object The object or array the upload is attached to
2020
* @param PropertyMapping $mapping The mapping to use to manipulate the given object
2121
*
22-
* @return string The directory name
23-
*
2422
* @phpstan-param T $object
23+
*
24+
* @return string The directory name
2525
*/
2626
public function directoryName(object|array $object, PropertyMapping $mapping): string;
2727
}

src/Naming/NamerInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ interface NamerInterface
1919
* @param object|array $object The object or array the upload is attached to
2020
* @param PropertyMapping $mapping The mapping to use to manipulate the given object
2121
*
22-
* @return string The file name
23-
*
2422
* @phpstan-param T $object
23+
*
24+
* @return string The file name
2525
*/
2626
public function name(object $object, PropertyMapping $mapping): string;
2727
}

0 commit comments

Comments
 (0)