8000 Remove useless docblocks · symfony/filesystem@1315454 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1315454

Browse files
Remove useless docblocks
1 parent cab725e commit 1315454

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LockHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function __construct($name, $lockPath = null)
5656
/**
5757
* Lock the resource.
5858
*
59-
* @param bool $blocking wait until the lock is released
59+
* @param bool $blocking Wait until the lock is released
6060
*
6161
* @return bool Returns true if the lock was acquired, false otherwise
6262
*

Tests/FilesystemTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected function tearDown()
6666
}
6767

6868
/**
69-
* @param int $expectedFilePerms expected file permissions as three digits (i.e. 755)
69+
* @param int $expectedFilePerms Expected file permissions as three digits (i.e. 755)
7070
* @param string $filePath
7171
*/
7272
protected function assertFilePermissions($expectedFilePerms, $filePath)

0 commit comments

Comments
 (0)
0