Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix phpcs
  • Loading branch information
eldy committed May 18, 2019
1 parent 3e3ed6f commit 32485c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/holiday/class/holiday.class.php
Expand Up @@ -2178,7 +2178,7 @@ function initAsSpecimen()
$this->statut=Holiday::STATUS_VALIDATED;
}

// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
/**
* Load this->nb for dashboard
*
Expand Down Expand Up @@ -2210,7 +2210,7 @@ public function load_state_board()
}
}

// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
/**
* Load indicators for dashboard (this->nbtodo and this->nbtodolate)
*
Expand Down

0 comments on commit 32485c2

Please sign in to comment.