Skip to content

Commit

Permalink
Remove return type
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Apr 19, 2024
1 parent 71c6a22 commit 0e6aafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EncryptedFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ public function getStreamForFile($fileName = 'php://temp', $mode = 'wb')
*
* @throws CipherSweetException
*/
public function setActiveTenant($tenant, $dontError = false): static
public function setActiveTenant($tenant, $dontError = false)
{
if (!$this->getEngine()->isMultiTenantSupported()) {
if (!$dontError) {
Expand Down

0 comments on commit 0e6aafd

Please sign in to comment.