Skip to content

Commit cf603c0

Browse files
author
Hugo Hamon
committed
Fixes various phpdoc and coding standards.
1 parent 3149aac commit cf603c0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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
@@ -41,7 +41,7 @@ public function getViolations();
4141
*
4242
* @return mixed The root value.
4343
*
44-
* @see ExecutionContextInterface::getRoot
44+
* @see ExecutionContextInterface::getRoot()
4545
*/
4646
public function getRoot();
4747

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)