1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-29 08:40:33 +02:00

Remove unnecessary doc blocks

This commit is contained in:
Oliver Vogel
2025-05-31 09:49:13 +02:00
parent 3f5e29989b
commit 6f418db2c4
134 changed files with 10 additions and 1341 deletions

View File

@@ -38,12 +38,6 @@ abstract class BaseTestCase extends MockeryTestCase
/**
* Assert that given color equals the given color channel values in the given optional tolerance
*
* @param int $r
* @param int $g
* @param int $b
* @param int $a
* @param ColorInterface $color
* @param int $tolerance
* @throws ExpectationFailedException
* @return void
*/