Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fbe3123

Browse filesBrowse files
committed
minor #39432 Fix CS in changelogs - 4.4 (jderusse)
This PR was merged into the 4.4 branch. Discussion ---------- Fix CS in changelogs - 4.4 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - I'm note sure it worth applying this patch on lower versions... Commits ------- a46cff2 Fix CS in changelogs
2 parents f4a02b4 + a46cff2 commit fbe3123
Copy full SHA for fbe3123

File tree

Expand file treeCollapse file tree

11 files changed

+88
-91
lines changed
Filter options
Expand file treeCollapse file tree

11 files changed

+88
-91
lines changed

‎UPGRADE-4.0.md

Copy file name to clipboardExpand all lines: UPGRADE-4.0.md
+8-9Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ DependencyInjection
250250
DoctrineBridge
251251
--------------
252252

253-
* The `Symfony\Bridge\Doctrine\HttpFoundation\DbalSessionHandler` and
254-
`Symfony\Bridge\Doctrine\HttpFoundation\DbalSessionHandlerSchema` have been removed. Use
255-
`Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler` instead.
253+
* The `Symfony\Bridge\Doctrine\HttpFoundation\DbalSessionHandler` and
254+
`Symfony\Bridge\Doctrine\HttpFoundation\DbalSessionHandlerSchema` have been removed. Use
255+
`Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler` instead.
256256

257257
EventDispatcher
258258
---------------
@@ -287,9 +287,9 @@ Finder
287287
Form
288288
----
289289

290-
* The values of the `FormEvents::*` constants have been updated to match the
291-
constant names. You should only update your application if you relied on the
292-
constant values instead of their names.
290+
* The values of the `FormEvents::*` constants have been updated to match the
291+
constant names. You should only update your application if you relied on the
292+
constant values instead of their names.
293293

294294
* The `choices_as_values` option of the `ChoiceType` has been removed.
295295

@@ -817,8 +817,8 @@ Translation
817817
TwigBundle
818818
----------
819819

820-
* The `ContainerAwareRuntimeLoader` class has been removed. Use the
821-
Twig `Twig_ContainerRuntimeLoader` class instead.
820+
* The `ContainerAwareRuntimeLoader` class has been removed. Use the
821+
Twig `Twig_ContainerRuntimeLoader` class instead.
822822

823823
* Removed `DebugCommand` in favor of `Symfony\Bridge\Twig\Command\DebugCommand`.
824824

@@ -870,7 +870,6 @@ TwigBridge
870870
* Removed `LintCommand::set/getTwigEnvironment`. Pass an instance of
871871
`Twig\Environment` as first argument of the constructor instead.
872872

873-
874873
Validator
875874
---------
876875

‎UPGRADE-4.4.md

Copy file name to clipboardExpand all lines: UPGRADE-4.4.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,4 +393,4 @@ WebServerBundle
393393
Yaml
394394
----
395395

396-
* Deprecated accepting STDIN implicitly when using the `lint:yaml` command, use `lint:yaml -` (append a dash) instead to make it explicit.
396+
* Deprecated accepting STDIN implicitly when using the `lint:yaml` command, use `lint:yaml -` (append a dash) instead to make it explicit.

‎UPGRADE-5.0.md

Copy file name to clipboardExpand all lines: UPGRADE-5.0.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Monolog
360360
MonologBridge
361361
--------------
362362

363-
* The `RouteProcessor` class is final.
363+
* The `RouteProcessor` class is final.
364364

365365
Process
366366
-------
@@ -529,7 +529,7 @@ Serializer
529529
Serializer
530530
----------
531531

532-
* Removed the `XmlEncoder::TYPE_CASE_ATTRIBUTES` constant. Use `XmlEncoder::TYPE_CAST_ATTRIBUTES` instead.
532+
* Removed the `XmlEncoder::TYPE_CASE_ATTRIBUTES` constant. Use `XmlEncoder::TYPE_CAST_ATTRIBUTES` instead.
533533

534534
Stopwatch
535535
---------

‎src/Symfony/Bridge/Monolog/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ CHANGELOG
44
4.4.0
55
-----
66

7-
* The `RouteProcessor` class has been made final
8-
* Added `ElasticsearchLogstashHandler`
9-
* Added the `ServerLogCommand`. Backport from the deprecated WebServerBundle
7+
* The `RouteProcessor` class has been made final
8+
* Added `ElasticsearchLogstashHandler`
9+
* Added the `ServerLogCommand`. Backport from the deprecated WebServerBundle
1010

1111
4.3.0
1212
-----

‎src/Symfony/Component/Console/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/CHANGELOG.md
+16-16Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ CHANGELOG
4747
* `OutputFormatter` throws an exception when unknown options are used
4848
* removed `QuestionHelper::setInputStream()/getInputStream()`
4949
* removed `Application::getTerminalWidth()/getTerminalHeight()` and
50-
`Application::setTerminalDimensions()/getTerminalDimensions()`
51-
* removed `ConsoleExceptionEvent`
52-
* removed `ConsoleEvents::EXCEPTION`
50+
`Application::setTerminalDimensions()/getTerminalDimensions()`
51+
* removed `ConsoleExceptionEvent`
52+
* removed `ConsoleEvents::EXCEPTION`
5353

5454
3.4.0
5555
-----
@@ -66,23 +66,23 @@ CHANGELOG
6666
3.3.0
6767
-----
6868

69-
* added `ExceptionListener`
70-
* added `AddConsoleCommandPass` (originally in FrameworkBundle)
71-
* [BC BREAK] `Input::getOption()` no longer returns the default value for options
72-
with value optional explicitly passed empty
73-
* added console.error event to catch exceptions thrown by other listeners
74-
* deprecated console.exception event in favor of console.error
75-
* added ability to handle `CommandNotFoundException` through the
76-
`console.error` event
77-
* deprecated default validation in `SymfonyQuestionHelper::ask`
69+
* added `ExceptionListener`
70+
* added `AddConsoleCommandPass` (originally in FrameworkBundle)
71+
* [BC BREAK] `Input::getOption()` no longer returns the default value for options
72+
with value optional explicitly passed empty
73+
* added console.error event to catch exceptions thrown by other listeners
74+
* deprecated console.exception event in favor of console.error
75+
* added ability to handle `CommandNotFoundException` through the
76+
`console.error` event
77+
* deprecated default validation in `SymfonyQuestionHelper::ask`
7878

7979
3.2.0
8080
------
8181

82-
* added `setInputs()` method to CommandTester for ease testing of commands expecting inputs
83-
* added `setStream()` and `getStream()` methods to Input (implement StreamableInputInterface)
84-
* added StreamableInputInterface
85-
* added LockableTrait
82+
* added `setInputs()` method to CommandTester for ease testing of commands expecting inputs
83+
* added `setStream()` and `getStream()` methods to Input (implement StreamableInputInterface)
84+
* added StreamableInputInterface
85+
* added LockableTrait
8686

8787
3.1.0
8888
-----

‎src/Symfony/Component/Debug/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/CHANGELOG.md
+24-25Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,67 +10,66 @@ CHANGELOG
1010
4.3.0
1111
-----
1212

13-
* made the `ErrorHandler` and `ExceptionHandler` classes final
14-
* added `Exception\FlattenException::getAsString` and
15-
`Exception\FlattenException::getTraceAsString` to increase compatibility to php
16-
exception objects
13+
* made the `ErrorHandler` and `ExceptionHandler` classes final
14+
* added `Exception\FlattenException::getAsString` and
15+
`Exception\FlattenException::getTraceAsString` to increase compatibility to php
16+
exception objects
1717

1818
4.0.0
1919
-----
2020

21-
* removed the symfony_debug extension
22-
* removed `ContextErrorException`
21+
* removed the symfony_debug extension
22+
* removed `ContextErrorException`
2323

2424
3.4.0
2525
-----
2626

27-
* deprecated `ErrorHandler::stackErrors()` and `ErrorHandler::unstackErrors()`
27+
* deprecated `ErrorHandler::stackErrors()` and `ErrorHandler::unstackErrors()`
2828

2929
3.3.0
3030
-----
3131

32-
* deprecated the `ContextErrorException` class: use \ErrorException directly now
32+
* deprecated the `ContextErrorException` class: use \ErrorException directly now
3333

3434
3.2.0
3535
-----
3636

37-
* `FlattenException::getTrace()` now returns additional type descriptions
38-
`integer` and `float`.
39-
37+
* `FlattenException::getTrace()` now returns additional type descriptions
38+
`integer` and `float`.
4039

4140
3.0.0
4241
-----
4342

44-
* removed classes, methods and interfaces deprecated in 2.x
43+
* removed classes, methods and interfaces deprecated in 2.x
4544

4645
2.8.0
4746
-----
4847

49-
* added BufferingLogger for errors that happen before a proper logger is configured
50-
* allow throwing from `__toString()` with `return trigger_error($e, E_USER_ERROR);`
51-
* deprecate ExceptionHandler::createResponse
48+
* added BufferingLogger for errors that happen before a proper logger is configured
49+
* allow throwing from `__toString()` with `return trigger_error($e, E_USER_ERROR);`
50+
* deprecate ExceptionHandler::createResponse
5251

5352
2.7.0
5453
-----
5554

56-
* added deprecations checking for parent interfaces/classes to DebugClassLoader
57-
* added ZTS support to symfony_debug extension
58-
* added symfony_debug_backtrace() to symfony_debug extension
59-
to track the backtrace of fatal errors
55+
* added deprecations checking for parent interfaces/classes to DebugClassLoader
56+
* added ZTS support to symfony_debug extension
57+
* added symfony_debug_backtrace() to symfony_debug extension
58+
to track the backtrace of fatal errors
6059

6160
2.6.0
6261
-----
6362

64-
* generalized ErrorHandler and ExceptionHandler,
65-
with some new methods and others deprecated
66-
* enhanced error messages for uncaught exceptions
63+
* generalized ErrorHandler and ExceptionHandler,
64+
with some new methods and others deprecated
65+
* enhanced error messages for uncaught exceptions
6766

6867
2.5.0
6968
-----
7069

71-
* added ExceptionHandler::setHandler()
72-
* added UndefinedMethodFatalErrorHandler
73-
* deprecated DummyException
70+
* added ExceptionHandler::setHandler()
71+
* added UndefinedMethodFatalErrorHandler
72+
* deprecated DummyException
7473

7574
2.4.0
7675
-----

‎src/Symfony/Component/DependencyInjection/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/CHANGELOG.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ CHANGELOG
136136
* added `TaggedIteratorArgument` with YAML (`!tagged foo`) and XML (`<service type="tagged"/>`) support
137137
* deprecated `AutowireExceptionPass` and `AutowirePass::getAutowiringExceptions()`, use `Definition::addError()` and the `DefinitionErrorExceptionPass` instead
138138

139-
140139
3.3.0
141140
-----
142141

@@ -205,8 +204,8 @@ CHANGELOG
205204
2.5.0
206205
-----
207206

208-
* added DecoratorServicePass and a way to override a service definition (Definition::setDecoratedService())
209-
* deprecated SimpleXMLElement class.
207+
* added DecoratorServicePass and a way to override a service definition (Definition::setDecoratedService())
208+
* deprecated SimpleXMLElement class.
210209

211210
2.4.0
212211
-----

‎src/Symfony/Component/DomCrawler/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/DomCrawler/CHANGELOG.md
+24-24Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,46 @@ CHANGELOG
44
4.4.0
55
-----
66

7-
* Added `Form::getName()` method.
8-
* Added `Crawler::matches()` method.
9-
* Added `Crawler::closest()` method.
10-
* Added `Crawler::outerHtml()` method.
11-
* Added an argument to the `Crawler::text()` method to opt-in normalizing whitespaces.
7+
* Added `Form::getName()` method.
8+
* Added `Crawler::matches()` method.
9+
* Added `Crawler::closest()` method.
10+
* Added `Crawler::outerHtml()` method.
11+
* Added an argument to the `Crawler::text()` method to opt-in normalizing whitespaces.
1212

1313
4.3.0
1414
-----
1515

16-
* Added PHPUnit constraints: `CrawlerSelectorAttributeValueSame`, `CrawlerSelectorExists`, `CrawlerSelectorTextContains`
17-
and `CrawlerSelectorTextSame`
18-
* Added return of element name (`_name`) in `extract()` method.
19-
* Added ability to return a default value in `text()` and `html()` instead of throwing an exception when node is empty.
20-
* When available, the [html5-php library](https://github.com/Masterminds/html5-php) is used to
21-
parse HTML added to a Crawler for better support of HTML5 tags.
16+
* Added PHPUnit constraints: `CrawlerSelectorAttributeValueSame`, `CrawlerSelectorExists`, `CrawlerSelectorTextContains`
17+
and `CrawlerSelectorTextSame`
18+
* Added return of element name (`_name`) in `extract()` method.
19+
* Added ability to return a default value in `text()` and `html()` instead of throwing an exception when node is empty.
20+
* When available, the [html5-php library](https://github.com/Masterminds/html5-php) is used to
21+
parse HTML added to a Crawler for better support of HTML5 tags.
2222

2323
4.2.0
2424
-----
2525

26-
* The `$currentUri` constructor argument of the `AbstractUriElement`, `Link` and
27-
`Image` classes is now optional.
28-
* The `Crawler::children()` method will have a new `$selector` argument in version 5.0,
29-
not defining it is deprecated.
26+
* The `$currentUri` constructor argument of the `AbstractUriElement`, `Link` and
27+
`Image` classes is now optional.
28+
* The `Crawler::children()` method will have a new `$selector` argument in version 5.0,
29+
not defining it is deprecated.
3030

3131
3.1.0
3232
-----
3333

34-
* All the URI parsing logic have been abstracted in the `AbstractUriElement` class.
35-
The `Link` class is now a child of `AbstractUriElement`.
36-
* Added an `Image` class to crawl images and parse their `src` attribute,
37-
and `selectImage`, `image`, `images` methods in the `Crawler` (the image version of the equivalent `link` methods).
34+
* All the URI parsing logic have been abstracted in the `AbstractUriElement` class.
35+
The `Link` class is now a child of `AbstractUriElement`.
36+
* Added an `Image` class to crawl images and parse their `src` attribute,
37+
and `selectImage`, `image`, `images` methods in the `Crawler` (the image version of the equivalent `link` methods).
3838

3939
2.5.0
4040
-----
4141

42-
* [BC BREAK] The default value for checkbox and radio inputs without a value attribute have changed
43-
from '1' to 'on' to match the HTML specification.
44-
* [BC BREAK] The typehints on the `Link`, `Form` and `FormField` classes have been changed from
45-
`\DOMNode` to `DOMElement`. Using any other type of `DOMNode` was triggering fatal errors in previous
46-
versions. Code extending these classes will need to update the typehints when overwriting these methods.
42+
* [BC BREAK] The default value for checkbox and radio inputs without a value attribute have changed
43+
from '1' to 'on' to match the HTML specification.
44+
* [BC BREAK] The typehints on the `Link`, `Form` and `FormField` classes have been changed from
45+
`\DOMNode` to `DOMElement`. Using any other type of `DOMNode` was triggering fatal errors in previous
46+
versions. Code extending these classes will need to update the typehints when overwriting these methods.
4747

4848
2.4.0
4949
-----

‎src/Symfony/Component/Ldap/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Ldap/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ CHANGELOG
3333
3.3.0
3434
-----
3535

36-
* The `RenameEntryInterface` inferface is deprecated, and will be merged with `EntryManagerInterface` in 4.0.
36+
* The `RenameEntryInterface` inferface is deprecated, and will be merged with `EntryManagerInterface` in 4.0.
3737

3838
3.1.0
3939
-----

‎src/Symfony/Component/PropertyAccess/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ CHANGELOG
1010
4.3.0
1111
-----
1212

13-
* added a `$throwExceptionOnInvalidPropertyPath` argument to the PropertyAccessor constructor.
14-
* added `enableExceptionOnInvalidPropertyPath()`, `disableExceptionOnInvalidPropertyPath()` and
15-
`isExceptionOnInvalidPropertyPath()` methods to `PropertyAccessorBuilder`
13+
* added a `$throwExceptionOnInvalidPropertyPath` argument to the PropertyAccessor constructor.
14+
* added `enableExceptionOnInvalidPropertyPath()`, `disableExceptionOnInvalidPropertyPath()` and
15+
`isExceptionOnInvalidPropertyPath()` methods to `PropertyAccessorBuilder`
1616

1717
4.0.0
1818
-----

‎src/Symfony/Component/PropertyInfo/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ CHANGELOG
44
4.3.0
55
-----
66

7-
* Added the ability to extract private and protected properties and methods on `ReflectionExtractor`
8-
* Added the ability to extract property type based on its initial value
7+
* Added the ability to extract private and protected properties and methods on `ReflectionExtractor`
8+
* Added the ability to extract property type based on its initial value
99

1010
4.2.0
1111
-----
1212

13-
* added `PropertyInitializableExtractorInterface` to test if a property can be initialized through the constructor (implemented by `ReflectionExtractor`)
13+
* added `PropertyInitializableExtractorInterface` to test if a property can be initialized through the constructor (implemented by `ReflectionExtractor`)
1414

1515
3.3.0
1616
-----
1717

18-
* Added `PropertyInfoPass`
18+
* Added `PropertyInfoPass`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.