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 ee80fc4

Browse filesBrowse files
committed
Fix merge
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent 0bf9ce5 commit ee80fc4
Copy full SHA for ee80fc4

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Finder/Comparator/Comparator.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Finder/Comparator/Comparator.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
class Comparator
1818
{
19-
private string $target;
19+
private ?string $target;
2020
private string $operator = '==';
2121

2222
public function __construct(string $target = null, string $operator = '==')

0 commit comments

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