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 a6bba15

Browse filesBrowse files
committed
Make fabbot happy
1 parent eaf3876 commit a6bba15
Copy full SHA for a6bba15

File tree

2 files changed

+10
-1
lines changed
Filter options

2 files changed

+10
-1
lines changed

‎src/Symfony/Bridge/Doctrine/ArgumentResolver/EntityValueResolver.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/ArgumentResolver/EntityValueResolver.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function resolve(Request $request, ArgumentMetadata $argument): iterable
7474
if (null === $object = $this->findViaExpression($class, $request, $options->expr, $options)) {
7575
$errorMessage = sprintf('The expression "%s" returned null', $options->expr);
7676
}
77-
// find by identifier?
77+
// find by identifier?
7878
} elseif (false === $object = $this->find($class, $request, $options, $name)) {
7979
// find by criteria
8080
if (false === $object = $this->findOneBy($class, $request, $options)) {

‎src/Symfony/Bridge/Doctrine/Tests/ArgumentResolver/EntityValueResolverTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/ArgumentResolver/EntityValueResolverTest.php
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony package.
5+
*
6+
* (c) Fabien Potencier <fabien@symfony.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Symfony\Bridge\Doctrine\Tests\ArgumentResolver;
413

514
use Doctrine\DBAL\Types\ConversionException;

0 commit comments

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