<?php //getShortDescription.a%253A3%253A%257Bi%253A0%253Bs%253A27%253A%2522App%255CCarpool%255CEntity%255CProposal%2522%253Bi%253A1%253Bs%253A8%253A%2522criteria%2522%253Bi%253A2%253Ba%253A0%253A%257B%257D%257D

return [PHP_INT_MAX, 'The criteria applied to the proposal.
Note :
The criteria is set as a nullable column, BUT it is in fact MANDATORY.
It is set as nullable because the owning side of a one-to-one association is saved first, so the inverse side does not exist yet.
Other solution : make the proposal as the inverse side, and the criteria as the owning side.
But it is not acceptable as a criteria can be related with other entities (ask and matching) so we would have multiple nullable foreign keys.'];
