Skip to content

Commit c788709

Browse files
committed
move use statement after License doc at UploadFile class
1 parent dccb49d commit c788709

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

system/HTTP/Files/UploadedFile.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
namespace CodeIgniter\HTTP\Files;
33

4-
use CodeIgniter\HTTP\Exceptions\HTTPException;
54
/**
65
* CodeIgniter
76
*
@@ -37,7 +36,9 @@
3736
* @since Version 3.0.0
3837
* @filesource
3938
*/
39+
4040
use CodeIgniter\Files\File;
41+
use CodeIgniter\HTTP\Exceptions\HTTPException;
4142

4243
/**
4344
* Value object representing a single file uploaded through an

0 commit comments

Comments
 (0)