Skip to content

Commit b1676da

Browse files
committed
Update the class name to add a description and declare strict type
1 parent 7a92462 commit b1676da

File tree

1 file changed

+3
-3
lines changed
  • lib/internal/Magento/Framework/File

1 file changed

+3
-3
lines changed

lib/internal/Magento/Framework/File/Name.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Framework\File;
79

810
use Magento\Framework\App\Filesystem\DirectoryList;
911
use Magento\Framework\Exception\FileSystemException;
1012
use Magento\Framework\Validation\ValidationException;
1113

1214
/**
13-
* Class Name
14-
*
15-
* @package Magento\Framework\File
15+
* Utility for generating a unique file name
1616
*/
1717
class Name
1818
{

0 commit comments

Comments
 (0)