Skip to content

Commit

Permalink
fixing comment close issue on FHIRBase64Binary class method _writeToFile
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Dec 26, 2019
1 parent e559686 commit db0b371
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public function setValue($value)
*
* @param resource $fileHandle
* @return int|false
*/
public function _writeToFile($fileHandle)
{
$v = $this->getValue();
Expand Down

0 comments on commit db0b371

Please sign in to comment.