Skip to content

Commit 53b0d51

Browse files
Merge branch '5.4' into 6.0
* 5.4: [Serializer] cs fix Cleanup more `@return` annotations [Form] Fix phpdoc on FormBuilderInterface
2 parents 0b9f789 + 0aa348e commit 53b0d51

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

Exception/IOExceptionInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ interface IOExceptionInterface extends ExceptionInterface
2020
{
2121
/**
2222
* Returns the associated path for the exception.
23-
*
24-
* @return string|null The path
2523
*/
2624
public function getPath(): ?string;
2725
}

Filesystem.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ public function mkdir(string|iterable $dirs, int $mode = 0777)
9999

100100
/**
101101
* Checks the existence of files or directories.
102-
*
103-
* @return bool true if the file exists, false otherwise
104102
*/
105103
public function exists(string|iterable $files): bool
106104
{
@@ -419,8 +417,6 @@ public function readlink(string $path, bool $canonicalize = false): ?string
419417

420418
/**
421419
* Given an existing path, convert it to a path relative to a given starting path.
422-
*
423-
* @return string Path of target relative to starting path
424420
*/
425421
public function makePathRelative(string $endPath, string $startPath): string
426422
{

Tests/Fixtures/MockStream/MockStream.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public function stream_open(string $path, string $mode, int $options, string &$o
3434
/**
3535
* @param string $path The file path or URL to stat
3636
* @param int $flags Holds additional flags set by the streams API
37-
*
38-
* @return array File stats
3937
*/
4038
public function url_stat(string $path, int $flags): array
4139
{

0 commit comments

Comments
 (0)