Skip to content

Commit b181630

Browse files
committed
Fix PHP8 warning.
1 parent 70ca5a2 commit b181630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Propel/Runtime/ServiceContainer/StandardServiceContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ public function setLoggerConfiguration($name, $loggerConfiguration)
532532
$this->loggerConfigurations[$name] = $loggerConfiguration;
533533
}
534534

535-
final private function __clone()
535+
private function __clone()
536536
{
537537
}
538538
}

0 commit comments

Comments
 (0)