Skip to content

Commit 135dcaa

Browse files
Merge branch '4.0'
* 4.0: [Translation] Process multiple segments within a single unit. Document the container.autowiring.strict_mode option fix custom radios/inputs for checkbox/radio type Another PR template tweak [FrameworkBundle] Add missing XML config for circular_reference_handler. Add tests. fix CS [PropertyInfo] ReflectionExtractor: give a chance to other extractors if no properties Clean calls to http_build_query() [WebProfilerBundle] limit ajax request to 100 and remove the last one Add support for URL-like DSNs for the PdoSessionHandler removed version in @Final @internal for version < 4.0 [HttpFoundation] Fix missing "throw" in JsonResponse Improve the documentation of Suppress warning from sapi_windows_vt100_support on stream other than STDIO removed extra-verbose comments Fixes #26136: Avoid emitting warning in hasParameterOption() Added a README entry to the PR template [HttpFoundation] Add x-zip-compressed to MimeTypeExtensionGuesser. [DI] Add null check for removeChild
2 parents fa4cebb + d25796f commit 135dcaa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Compiler/ServiceReferenceGraph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @author Johannes M. Schmitt <[email protected]>
2323
*
24-
* @final since version 3.4
24+
* @final
2525
*/
2626
class ServiceReferenceGraph
2727
{

ContainerBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ public function log(CompilerPassInterface $pass, string $message)
13971397
*
13981398
* @return array An array of Service conditionals
13991399
*
1400-
* @internal since version 3.4
1400+
* @internal
14011401
*/
14021402
public static function getServiceConditionals($value)
14031403
{

LazyProxy/PhpDumper/NullDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Marco Pivetta <[email protected]>
2020
*
21-
* @final since version 3.3
21+
* @final
2222
*/
2323
class NullDumper implements DumperInterface
2424
{

0 commit comments

Comments
 (0)