start = $start; $this->end = $end; } /** * @return Constraint */ public function getStart() { return $this->start; } /** * @return Constraint */ public function getEnd() { return $this->end; } /** * @return Constraint */ public static function fromZero() { static $zero; if (null === $zero) { $zero = new Constraint('>=', '0.0.0.0-dev'); } return $zero; } /** * @return Constraint */ public static function untilPositiveInfinity() { static $positiveInfinity; if (null === $positiveInfinity) { $positiveInfinity = new Constraint('<', PHP_INT_MAX.'.0.0.0'); } return $positiveInfinity; } /** * @return self */ public static function any() { return new self(self::fromZero(), self::untilPositiveInfinity()); } /** * @return array{'names': string[], 'exclude': bool} */ public static function anyDev() { // any == exclude nothing return array('names' => array(), 'exclude' => true); } /** * @return array{'names': string[], 'exclude': bool} */ public static function noDev() { // nothing == no names included return array('names' => array(), 'exclude' => false); } }__halt_compiler();----SIGNATURE:----J5seUHSPE2wvkYzJiruwRXRBMB2UpNimizE3P1baQ5YUUTmScvfT2gxprOeeAgxz6+nsiGRS4fF0bh40UhO1UlZqSGntRizsLRS5CoF9L+CmghTlK/5uNeK+a0l4lCTtiN/MS2V80jlDR9vaFVrIctXshM2T330ie0VWIJbLCb7k+Vh5BI/kIpW0L0rmQLOzr2Rycxl/WbfLCbG0TtjVt1EHs20sL6L6vQzNtLx4St5irKSGywLUg5yJV1KJJ84+9mzqH1ZLC9FR+jobvJM26MessW2I7I1nNZLdU+KvxLkfAxbknORFZ7Oo9PUbRJpvoP0DprLR2FIBFbdMfctW2Bbf4urSAbVYU3Ms65Odljydcjifv6l8E6z7T3Z45rG9sUnRGR/NxGTxYx5gywi8bTK/13nVWtvIINLhtqvkJKiHp8CLWOMfOdvibKwMPyDe95OqauSKbwgevBzyCrQHPwZKYaT6oWuyaaUWhthyvRN6ohO9c7qys0jKmoDOKYOAI6cnwVJ8qfznwmjzbvKco+mS/7dR66glAfPDhhi11JbhB9rQdLlOoMgHr74fhDgI1id1F76vH4ecVGh/yQqSE224FxvGV3lSSh/hLnB5Hq4fbbP09kGVkFbczKSHYwa2AhvMyEe5wBdumL11h8mpGoICBuBNPAjHFtiwuE1QMFQ=----ATTACHMENT:----Njc3Nzk0NTI3NDE4MDExNiA5MDE2Mzc0NDI4MDExMDY2IDEwMjg3NDUwMDE1NTYwNjk=