Skip to content

Commit

Permalink
Remove $false = false
Browse files Browse the repository at this point in the history
  • Loading branch information
chmst committed Jun 15, 2022
1 parent 81f067b commit c571d8d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libraries/src/Form/Form.php
Expand Up @@ -1411,8 +1411,6 @@ protected function findField($name, $group = null)
*/
protected function &findFieldsByFieldset($name)
{
$false = false;

// Make sure there is a valid Form XML document.
if (!($this->xml instanceof \SimpleXMLElement))
{
Expand Down Expand Up @@ -1444,7 +1442,6 @@ protected function &findFieldsByFieldset($name)
*/
protected function &findFieldsByGroup($group = null, $nested = false)
{
$false = false;
$fields = [];

// Make sure there is a valid Form XML document.
Expand Down Expand Up @@ -1517,7 +1514,6 @@ protected function &findFieldsByGroup($group = null, $nested = false)
*/
protected function &findGroup($group)
{
$false = false;
$groups = [];
$tmp = [];

Expand Down

0 comments on commit c571d8d

Please sign in to comment.