File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
lib/internal/Magento/Framework/Filesystem Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 9
9
use Magento \Framework \Exception \FileSystemException ;
10
10
use Magento \Framework \Exception \ValidatorException ;
11
11
12
+ /**
13
+ * Write Interface implementation
14
+ */
12
15
class Write extends Read implements WriteInterface
13
16
{
14
17
/**
@@ -289,7 +292,7 @@ public function touch($path, $modificationTime = null)
289
292
/**
290
293
* Check if given path is writable
291
294
*
292
- * @param null $path
295
+ * @param string| null $path
293
296
* @return bool
294
297
* @throws \Magento\Framework\Exception\FileSystemException
295
298
* @throws ValidatorException
Original file line number Diff line number Diff line change 14
14
15
15
/**
16
16
* Class File
17
+ *
17
18
* @package Magento\Framework\Filesystem\Driver
18
19
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
19
20
*/
@@ -855,6 +856,8 @@ public function fileUnlock($resource)
855
856
}
856
857
857
858
/**
859
+ * Retrieves absolute path
860
+ *
858
861
* @param string $basePath
859
862
* @param string $path
860
863
* @param string|null $scheme
You can’t perform that action at this time.
0 commit comments