@@ -52,8 +52,7 @@ |
||
52 | 52 | * Class Upload |
53 | 53 | * @package Platine\Upload |
54 | 54 | */ |
55 | -class Upload implements UploadInterface |
|
56 | -{ |
|
55 | +class Upload implements UploadInterface { |
|
57 | 56 | |
58 | 57 | |
59 | 58 | } |
@@ -52,8 +52,7 @@ |
||
52 | 52 | * Class UploadInterface |
53 | 53 | * @package Platine\Upload |
54 | 54 | */ |
55 | -interface UploadInterface |
|
56 | -{ |
|
55 | +interface UploadInterface { |
|
57 | 56 | |
58 | 57 | |
59 | 58 | } |
@@ -52,8 +52,7 @@ |
||
52 | 52 | * Class File |
53 | 53 | * @package Platine\Upload\File |
54 | 54 | */ |
55 | -class File implements FileInterface |
|
56 | -{ |
|
55 | +class File implements FileInterface { |
|
57 | 56 | |
58 | 57 | |
59 | 58 | } |
@@ -52,8 +52,7 @@ |
||
52 | 52 | * Class FileInterface |
53 | 53 | * @package Platine\Upload\File |
54 | 54 | */ |
55 | -interface FileInterface |
|
56 | -{ |
|
55 | +interface FileInterface { |
|
57 | 56 | |
58 | 57 | |
59 | 58 | } |
@@ -55,8 +55,7 @@ |
||
55 | 55 | * @package Platine\Upload\File |
56 | 56 | * @extends ArrayIterator<string, FileInterface> |
57 | 57 | */ |
58 | -class Collection extends ArrayIterator implements FileInterface |
|
59 | -{ |
|
58 | +class Collection extends ArrayIterator implements FileInterface { |
|
60 | 59 | |
61 | 60 | |
62 | 61 | } |
@@ -52,8 +52,7 @@ |
||
52 | 52 | * Class Helper |
53 | 53 | * @package Platine\Upload\Util |
54 | 54 | */ |
55 | -class Helper |
|
56 | -{ |
|
55 | +class Helper { |
|
57 | 56 | |
58 | 57 | |
59 | 58 | } |
@@ -52,8 +52,7 @@ |
||
52 | 52 | * Class FileSystem |
53 | 53 | * @package Platine\Upload\Storage |
54 | 54 | */ |
55 | -class FileSystem implements StorageInterface |
|
56 | -{ |
|
55 | +class FileSystem implements StorageInterface { |
|
57 | 56 | |
58 | 57 | |
59 | 58 | } |
@@ -52,8 +52,7 @@ |
||
52 | 52 | * Class StorageInterface |
53 | 53 | * @package Platine\Upload\Storage |
54 | 54 | */ |
55 | -interface StorageInterface |
|
56 | -{ |
|
55 | +interface StorageInterface { |
|
57 | 56 | |
58 | 57 | |
59 | 58 | } |
@@ -52,8 +52,7 @@ |
||
52 | 52 | * Class BatchUpload |
53 | 53 | * @package Platine\Upload |
54 | 54 | */ |
55 | -class BatchUpload |
|
56 | -{ |
|
55 | +class BatchUpload { |
|
57 | 56 | |
58 | 57 | |
59 | 58 | } |