aboutsummaryrefslogtreecommitdiff
path: root/w/class/art2.php
diff options
context:
space:
mode:
Diffstat (limited to 'w/class/art2.php')
-rw-r--r--w/class/art2.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/w/class/art2.php b/w/class/art2.php
index fd7a403..2298147 100644
--- a/w/class/art2.php
+++ b/w/class/art2.php
@@ -44,12 +44,12 @@ class Art2
// _____________________________________________________ F U N ____________________________________________________
- public function __construct(array $donnees)
+ public function __construct($donnees)
{
$this->hydrate($donnees);
}
- public function hydrate(array $donnees)
+ public function hydrate($donnees)
{
foreach ($donnees as $key => $value) {
$method = 'set' . $key;