Skip to content

Commit e21b42e

Browse files
committed
Slight change to comments
1 parent 243cfce commit e21b42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Encryption/Cipher/ACipher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ public function __debugInfo(): array
3030
}
3131

3232
/**
33+
* @since 1.0.4
3334
* @param string $name
3435
* @param array $arguments
3536
* @throws EncryptionException
36-
* @since 1.0.4
3737
*/
3838
public function __call(string $name, array $arguments): void
3939
{

0 commit comments

Comments
 (0)