mscherer
|
1a0ee7ec04
Fix typo
|
6 years ago |
Florian Krämer
|
c199f634d8
phpcs fix
|
7 years ago |
Florian Krämer
|
469a5c66bf
Moving duplicate code into a method
|
7 years ago |
Dustin Haggard
|
835cca4bf5
Removed some conditionals from review notes.
|
7 years ago |
Dustin Haggard
|
c642ca7bd9
Throw exception on `manyToPHP()` for non-numeric.
|
7 years ago |
Dustin Haggard
|
8aac6cf059
Check for `is_numeric()` instead of `is_scalar()`.
|
7 years ago |
ADmad
|
a7e21d3bcc
Don't marshal arrays to 1.
|
7 years ago |
Jose Lorenzo Rodriguez
|
ca23d3f477
Fixing batch casting
|
8 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 |
Mark Story
|
d8c3405934
Fix typos.
|
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 |
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 |
Mark Sch
|
5b8e22dbd6
Merge pull request #9898 from cakephp/3.next-fqcn
|
9 years ago |
ADmad
|
796a12db02
Add back $name and __construct() to Type classes.
|
9 years ago |
dereuromark
|
2312ab8023
Fix some more doc blocks and smells. Enable further clickability in IDE.
|
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 |
Jose Lorenzo Rodriguez
|
ecb3028221
Making the integer marshaller accept negative numbers, fixes #7697
|
10 years ago |
Jose Lorenzo Rodriguez
|
77e74d5d5d
Making all type objects throw exceptions on bad data sent to the database #7494
|
10 years ago |
pirouet
|
0b41e2c75e
Code Cleanup
|
11 years ago |
Jose Lorenzo Rodriguez
|
70906e89b7
Optimizing type casting in ResultSet.
|
11 years ago |
Mark Story
|
7468434ec1
Cast arrays into scalar values safely.
|
11 years ago |