Ejemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function needsRehash($hashedValue, array $options = [])
 {
     if (!isset($options["cost"])) {
         $options["cost"] = self::DEFAULT_COST;
     }
     return parent::needsRehash($hashedValue, $options);
 }