@@ -95,7 +95,7 @@ |
||
| 95 | 95 | * @param string $path The absolute path |
| 96 | 96 | * @param string $context An optional context to help explain the mkdir |
| 97 | 97 | * conditions for debugging. |
| 98 | - * @return true Returns true if successful, otherwise an |
|
| 98 | + * @return boolean Returns true if successful, otherwise an |
|
| 99 | 99 | * exception is thrown. |
| 100 | 100 | */ |
| 101 | 101 | public static function mkdir( string $path, string $context = null ) : bool |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | if( ! $rand_func ) |
| 28 | 28 | { |
| 29 | 29 | $rand_func = function( $prefix ) |
| 30 | - { |
|
| 30 | + { |
|
| 31 | 31 | return uniqid( $prefix, true ); |
| 32 | 32 | }; |
| 33 | 33 | } |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | if( ! $rand_func ) |
| 28 | 28 | { |
| 29 | 29 | $rand_func = function( $prefix ) |
| 30 | - { |
|
| 30 | + { |
|
| 31 | 31 | return uniqid( $prefix, true ); |
| 32 | 32 | }; |
| 33 | 33 | } |