Skip to content

Commit cfa2058

Browse files
remotelylivingtgalopin
authored andcommitted
Remove Certificate::__toString(), Command validation failure warning -> error
1 parent b2e4116 commit cfa2058

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Certificate.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ public function __construct($certificatePEM, self $issuerCertificate = null)
3939
$this->issuerCertificate = $issuerCertificate;
4040
}
4141

42-
/**
43-
* @return string
44-
*/
45-
public function __toString()
46-
{
47-
return $this->certificatePEM;
48-
}
49-
5042
/**
5143
* @return Certificate[]
5244
*/

0 commit comments

Comments
 (0)