Skip to content

Commit 28ee7da

Browse files
committed
Fixed Static test failure
1 parent b0ecc08 commit 28ee7da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ private function validateDestination(string $destinationFolder): void
342342
* @return void
343343
*
344344
* @deprecated 100.0.8
345+
* @see Nothing
345346
*/
346347
protected function chmod($file)
347348
{
@@ -385,6 +386,7 @@ protected function _moveFile($tmpPath, $destPath)
385386
*
386387
* @return LoggerInterface
387388
* @deprecated
389+
* @see Nothing
388390
*/
389391
private function getLogger(): LoggerInterface
390392
{
@@ -838,6 +840,7 @@ public static function getNewFileName($destinationFile)
838840
* @param string $fileName
839841
* @return string
840842
* @deprecated 101.0.4
843+
* @see Nothing
841844
*/
842845
public static function getDispretionPath($fileName)
843846
{
@@ -873,6 +876,7 @@ public static function getDispersionPath($fileName)
873876
*
874877
* @return DriverInterface
875878
* @deprecated
879+
* @see Nothing
876880
*/
877881
private function getFileDriver(): DriverInterface
878882
{

0 commit comments

Comments
 (0)