Unverified Commit aa191d04 authored by Esteban Zeller's avatar Esteban Zeller Committed by GitHub

Removed unused else

parent 7793f208
......@@ -38,9 +38,8 @@ final class SettingDirective
if (empty($value)) {
return false;
} else {
return true;
}
return true;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment