Commit History

Author SHA1 Message Date
  mscherer 1a0ee7ec04 Fix typo 6 years ago
  ADmad 399624ae87 Marshal non scalar values to null. 7 years ago
  Mark Story 1c04732b37 Merge pull request #11754 from cakephp/batch-cast 8 years ago
  Florian Krämer c9c0eef152 Improving exception msgs for database types 8 years ago
  Jose Lorenzo Rodriguez e5b4c65b21 Fixed boolean casting and adding test for disabling casting 8 years ago
  Jose Lorenzo Rodriguez 876e70265f Batch casting of fields in database results 8 years ago
  Marc Würth 3a6bd75832 Use HTTPS for the opensource.org URL 8 years ago
  Marc Würth c61ab5ee95 Use HTTPS for the cakefoundation.org URL 8 years ago
  Marc Würth 4c774ce4b7 Use HTTPS for the cakephp.org URL 8 years ago
  Mark Story 917f876168 Merge pull request #10548 from Theaxiom/null-property 9 years ago
  Travis Rowland eeb969d78b Removing default null property assignments. Class property default value is NULL if not specified; assigning it explicitly is redundant. 9 years ago
  Travis Rowland 0c0c685fc2 Simplifying some ternary operators for better control flow 9 years ago
  ADmad 796a12db02 Add back $name and __construct() to Type classes. 9 years ago
  dereuromark 4703815169 Fixing a few code smells detected by phpstan. 9 years ago
  Jose Lorenzo Rodriguez 3b341696e1 Made all types extend Type again. 9 years ago
  David Yell 4c9ed71fbd Fixed the docblocks for class properties 9 years ago
  David Yell d63423eebd Implement the TypeInterface into all type subclasses and remove from the Type class. 9 years ago
  ADmad 855c4d114b Fix CS error. 9 years ago
  antograssiot 43c9990d38 add FCN in the docblock 10 years ago
  mscherer 62b83e6e3a Clean up the doc blocks around mixed. 10 years ago
  mark_story 0f6c391104 Allow NULL in boolean types. 10 years ago
  Jose Lorenzo Rodriguez 7c3647c277 Fixing coding standards 10 years ago
  Jose Lorenzo Rodriguez 1cd80f48b8 Added StringType and BoolType to better handle exceptions 10 years ago