Commit 9a862467 by Damien Moulard

quick fix

parent 8dd2a2a4
......@@ -157,7 +157,7 @@ class Adherent extends AccountableObject implements AccountableInterface
/**
* @ORM\Column(type="string", length=36, nullable=true, unique=true)
*/
private $anonymousToken = false;
private $anonymousToken;
public function __construct()
......
......@@ -32,7 +32,7 @@ class Transaction extends Flux
const TYPE_TRANSACTION_PRESTATAIRE_PRESTATAIRE = 'prestataire_prestataire';
/**
* A transaction is marked as CCAS if both parties are CCAS complient.
* A transaction is marked as CCAS if both parties are CCAS compliant.
*
* @ORM\Column(type="boolean", options={"default": false})
*/
......
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