euromark
|
974ca851c2
Correct doc blocks according to cs guidelines.
|
11 年 前 |
ADmad
|
3d9b2b80cb
More API docblock fixes.
|
12 年 前 |
Marc Würth
|
7cfa0116f4
Removed "PHP 5" from file header DocBlocks
|
12 年 前 |
Kim Egede Jakobsen
|
18e0dc95dd
Remove @return from docblock (for __construct && __destruct methods)
|
12 年 前 |
Bryan Crowe
|
4242bd4f3d
Additional Cake references to CakePHP and docblock typo
|
12 年 前 |
euromark
|
759c24e660
correct doc blocks as per cs
|
12 年 前 |
euromark
|
af455b4121
correct return types in doc blocks
|
12 年 前 |
euromark
|
a90cb29c0f
simplify else cases
|
12 年 前 |
Marc Würth
|
4c9f0414cb
Improved the DocBlocks and other code cleanup
|
13 年 前 |
Adam Taylor
|
433dd09ec4
Fix typos
|
13 年 前 |
euromark
|
111366d5c8
== to === and != to !== where applicable
|
13 年 前 |
Graham Weldon
|
66d856d883
Added extra line for referencing license file for copyright
|
13 年 前 |
Graham Weldon
|
7b860debe4
This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years.
|
13 年 前 |
mark_story
|
240c8718eb
Implement SSL peer verification in HttpSocket
|
13 年 前 |
mark_story
|
9e725641ad
Add context() to CakeSocket.
|
13 年 前 |
dogmatic69
|
b1f26b59a3
converting if ($foo != null) to if ($foo)
|
13 年 前 |
dogmatic69
|
5cc03ca805
converting if($foo == true) to if($foo)
|
13 年 前 |
mark_story
|
e5ad204265
Ignore standards for PHP defined constants.
|
13 年 前 |
mark_story
|
6f7557898d
Fix whitespace and comment errors.
|
13 年 前 |
Jorge González
|
7418be04d3
fixing translation domain to cake_dev
|
13 年 前 |
Jorge González
|
d7f93f5bcf
adding a related message to the enableCrypto InvalidArgumentException
|
13 年 前 |
Jorge González
|
27a895d7d8
adding enableCrypto() method to CakeSocket class
|
13 年 前 |
Juan Basso
|
c754fb2dcb
Updated copyright to 2012.
|
14 年 前 |
mark_story
|
a6da736149
Fix coding standards errors in Network/
|
14 年 前 |
Kyle Robinson Young
|
51f9837db4
Code standards formatting
|
14 年 前 |
Kyle Robinson Young
|
c836ba08a3
Add/move docblocks to make text available in the API docs
|
14 年 前 |
Juan Basso
|
9bc3e567c1
Removed the @access and @static.
|
14 年 前 |
Jose Lorenzo Rodriguez
|
cfd2d9e00b
Updating all @package annotations in doc blocks
|
14 年 前 |
Juan Basso
|
192812ee7f
Updating the copyright to 2011.
|
15 年 前 |
ADmad
|
4c042ae133
Adding proper visibility keywords for class functions
|
15 年 前 |