Skip to content

Commit e53888d

Browse files
committed
Merge branch '2.3' into 2.5
* 2.3: Use PHPUnit ini_set wrapper in tests [Process] Added a test skip check for Windows [Process] Removed unused variable assignment Fixes various phpdoc and coding standards. Fixes Issue #13184 - incremental output getters now return empty strings Updated copyright to 2015 Conflicts: src/Symfony/Bridge/Doctrine/Form/ChoiceList/EntityChoiceList.php src/Symfony/Bridge/Propel1/Form/ChoiceList/ModelChoiceList.php src/Symfony/Bundle/TwigBundle/Command/LintCommand.php src/Symfony/Component/Debug/ExceptionHandler.php src/Symfony/Component/Process/Tests/AbstractProcessTest.php
2 parents 90bf49a + cf603c0 commit e53888d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

ConstraintViolationInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function getMessageTemplate();
6565
* @return array A possibly empty list of parameters indexed by the names
6666
* that appear in the message template.
6767
*
68-
* @see getMessageTemplate
68+
* @see getMessageTemplate()
6969
*
7070
* @api
7171
*/

GlobalExecutionContextInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function getViolations();
4444
*
4545
* @return mixed The root value.
4646
*
47-
* @see ExecutionContextInterface::getRoot
47+
* @see ExecutionContextInterface::getRoot()
4848
*/
4949
public function getRoot();
5050

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2014 Fabien Potencier
1+
Copyright (c) 2004-2015 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

Mapping/Loader/FilesLoader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*
1919
* @author Bulat Shakirzyanov <[email protected]>
2020
*
21-
* @see Symfony\Component\Validator\Mapping\Loader\YamlFileLoader
22-
* @see Symfony\Component\Validator\Mapping\Loader\XmlFileLoader
21+
* @see YamlFileLoader
22+
* @see XmlFileLoader
2323
*/
2424
abstract class FilesLoader extends LoaderChain
2525
{

Mapping/Loader/XmlFilesLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @author Bulat Shakirzyanov <[email protected]>
1818
*
19-
* @see Symfony\Component\Validator\Mapping\Loader\FilesLoader
19+
* @see FilesLoader
2020
*/
2121
class XmlFilesLoader extends FilesLoader
2222
{

Mapping/Loader/YamlFilesLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @author Bulat Shakirzyanov <[email protected]>
1818
*
19-
* @see Symfony\Component\Validator\Mapping\Loader\FilesLoader
19+
* @see FilesLoader
2020
*/
2121
class YamlFilesLoader extends FilesLoader
2222
{

0 commit comments

Comments
 (0)