17 Commits

Author SHA1 Message Date
Wouter de Jong
34cbd3eea1 [Components] Convert to native return types 2023-07-05 15:06:06 +02:00
Wouter de Jong
aecadba0fb [HttpFoundation][HttpKernel] Add missing void PHPdoc return types 2023-03-06 11:35:04 +01:00
Nicolas Grekas
e47a3e656d Add return types - batch 6/n 2021-08-16 17:45:02 +02:00
Nicolas Grekas
6a1fa09ff1 Cleanup @return annotations 2021-08-12 11:55:17 +02:00
Philippe Segatori
6d9ca3d97b [Http-Kernel][5.0] Add type-hints 2019-08-08 17:48:38 +02:00
Nicolas Grekas
fc6165fc6a [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Graham Campbell
8a57ab8dc3 Docblock fixes 2014-11-30 13:33:44 +00:00
Fabien Potencier
885ec5fb41 fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Fabien Potencier
291fdd2129 Merge branch '2.1'
* 2.1: (24 commits)
  forced Travis to use source to workaround their not-up-to-date Composer on PHP 5.3.3
  [Routing] removed irrelevant string cast in Route
  Fixed typo
  Make YamlFileLoader and XmlFileLoader file loading extensible
  [HttpKernel] fix typo
  Fixed singularization of "prices"
  [Form] Removed an exception that prevented valid formats from being passed, e.g. "h" for the hour, "L" for the month etc.
  [HttpKernel] fixed Client when using StreamedResponses (closes #5370)
  fixed PDO session handler for Oracle (closes #5829)
  [HttpFoundation] fixed PDO session handler for Oracle (closes #5829)
  [Locale] removed a check that is done too early (and it is done twice anyways)
  Update src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf
  Adding new localized strings for farsi validation.
  [HttpFoundation] moved the HTTP protocol check from StreamedResponse to Response (closes #5937)
  [Form] Fixed forms not to be marked invalid if their children are already marked invalid
  [Form] Excluded some tests in NumberToLocalizedStringTransformerTest which fail on ICU 4.4, but work on ICU 4.8
  added missing tests from previous merge
  [Form] Fixed NumberToLocalizedStringTransformer to accept both comma and dot as decimal separator, if possible
  Fix export-ignore on Windows
  Show correct class name InputArgument in error message
  ...

Conflicts:
	.travis.yml
	src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php
2012-11-13 15:08:04 +01:00
Mark Sonnabaum
f2c06b7770 Added lockExists to Store interface, fixed locking bugs, added tests. 2012-10-27 18:31:06 +02:00
Jonathan Ingram
b5320e2b28 Add check to Store::unlock to ensure file exists
Fix indentation and shorten code
2012-08-29 16:45:40 +10:00
Fabien Potencier
3ed400b75c fixed CS 2012-07-09 14:54:20 +02:00
Fabien Potencier
cd4fde78be fixed CS (mainly method signatures) 2012-07-09 14:43:50 +02:00
Fabien Potencier
5e7c32ca8b [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
Fabien Potencier
648117a1c9 removed unused use statements 2011-10-29 11:56:30 +02:00
Fabien Potencier
0e17781cac replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Fabien Potencier
deb1403e15 [HttpKernel] added a StoreInterface 2011-01-31 14:15:12 +01:00