Skip to content

Commit f17a1c2

Browse files
committed
MAGETWO-71174: Update doc block information in php classes with @deprecated and @SInCE tags
- Fix static tests
1 parent c09ce93 commit f17a1c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Deploy/Model/Filesystem.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ public function cleanupFilesystem($directoryCodeList)
325325
* @param int $dirPermissions
326326
* @param int $filePermissions
327327
* @return void
328-
* @deprecated 2.1.0 As magento2 doesn't control indirectly the access permissions to the files and directories anymore.
328+
* @deprecated 2.1.0 As magento2 doesn't control indirectly
329+
* the access permissions to the files and directories anymore.
329330
* Access permissions to the files and directories are set during deploy Magento 2, directly after
330331
* uploading code of Magento. Also it is possible to specify the value
331332
* of inverse mask for setting access permissions to files and directories generated by Magento.

0 commit comments

Comments
 (0)