Skip to content

Commit 746d7fe

Browse files
committed
Add comment with link to file permissions documentation
[skip ci]
1 parent 1aafca1 commit 746d7fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/php/xp/lambda/PackageLambda.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
class PackageLambda {
99
const COMPRESSION_THRESHOLD= 24;
1010

11+
// See https://www.php.net/manual/en/function.fileperms.php
1112
const IS_LINK= 0120000;
1213
const IS_FILE= 0100000;
1314
const IS_FOLDER= 0040000;

0 commit comments

Comments
 (0)