Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 5352b37

Browse files
committed
Revert "Check return value"
This reverts commit eb39047.
1 parent d816060 commit 5352b37

File tree

1 file changed

+1
-3
lines changed
  • lib/php/libsdk/SDK/Build/PGO/PHP

1 file changed

+1
-3
lines changed

lib/php/libsdk/SDK/Build/PGO/PHP/FCGI.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ public function up() : void
7171
if (file_exists($this->opcache_file_cache)) {
7272
$this->rm($this->opcache_file_cache);
7373
}
74-
if (!mkdir($this->opcache_file_cache)) {
75-
throw new Exception("Failed to create '{$this->opcache_file_cache}'");
76-
}
74+
mkdir($this->opcache_file_cache);
7775
}
7876

7977
$exe = $this->getExeFilename();

0 commit comments

Comments
 (0)