Skip to content

Commit 6bb1ea0

Browse files
committed
chore: Removed commented code
1 parent 5c207e4 commit 6bb1ea0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/FileManager.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ public function add(array $content, string $marker = ''): bool {
331331
//If the rule block already exist, there is no reason to add it again
332332
if($this->hasRuleBlock($marker)) {
333333
throw new(RuleAlreadyExist::class);
334-
//new Error(Error::RULE_ALREADY_EXIST);
335334
}
336335

337336
//Check if file exist?
@@ -341,7 +340,6 @@ public function add(array $content, string $marker = ''): bool {
341340

342341
if(!$this->isWritable()) {
343342
throw new(FileIsNotWritable::class);
344-
//new Error(Error::FILE_IS_NOT_WRITABLE);
345343
}
346344

347345
//Wrap the rule block with markers

0 commit comments

Comments
 (0)