mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 17:22:41 +01:00
Update Environment.php
This commit is contained in:
parent
619b1a2f3b
commit
2e8e37aef7
@ -74,7 +74,7 @@ class Environment
|
|||||||
private function checkIfNameIsProtected($name)
|
private function checkIfNameIsProtected($name)
|
||||||
{
|
{
|
||||||
$length = strlen($name);
|
$length = strlen($name);
|
||||||
|
|
||||||
foreach ($this->protectedNames as $protectedName) {
|
foreach ($this->protectedNames as $protectedName) {
|
||||||
$len = strlen($protectedName);
|
$len = strlen($protectedName);
|
||||||
if ($name === $protectedName) {
|
if ($name === $protectedName) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user