File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments