Skip to content

Commit e65c7f8

Browse files
committed
Fix CS
1 parent cb00d72 commit e65c7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part/DataPart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public static function fromPath(string $path, string $name = null, string $conte
5959
if (false === is_readable($path)) {
6060
throw new InvalidArgumentException(sprintf('Path "%s" is not readable.', $path));
6161
}
62-
62+
6363
if (false === $handle = @fopen($path, 'r', false)) {
6464
throw new InvalidArgumentException(sprintf('Unable to open path "%s".', $path));
6565
}

0 commit comments

Comments
 (0)