File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 165165$ prevCacheDir = getenv ('COMPOSER_CACHE_DIR ' );
166166if ($ prevCacheDir ) {
167167 if (false === $ absoluteCacheDir = realpath ($ prevCacheDir )) {
168- @mkdir ($ prevCacheDir , 0777 , true );
168+ @mkdir ($ prevCacheDir , 0o777 , true );
169169 $ absoluteCacheDir = realpath ($ prevCacheDir );
170170 }
171171 if ($ absoluteCacheDir ) {
181181if (!file_exists ("$ PHPUNIT_DIR / $ PHPUNIT_VERSION_DIR /phpunit " ) || $ configurationHash !== @file_get_contents ("$ PHPUNIT_DIR /. $ PHPUNIT_VERSION_DIR .md5 " )) {
182182 // Build a standalone phpunit without symfony/yaml nor prophecy by default
183183
184- @mkdir ($ PHPUNIT_DIR , 0777 , true );
184+ @mkdir ($ PHPUNIT_DIR , 0o777 , true );
185185 chdir ($ PHPUNIT_DIR );
186186 if (file_exists ("$ PHPUNIT_VERSION_DIR " )) {
187187 passthru (sprintf ('\\' === \DIRECTORY_SEPARATOR ? 'rmdir /S /Q %s 2> NUL ' : 'rm -rf %s ' , escapeshellarg ("$ PHPUNIT_VERSION_DIR .old " )));
You can’t perform that action at this time.
0 commit comments