Skip to content

Commit bbfee81

Browse files
author
Fabio Piro
committed
Cleaning #2
1 parent 54942f6 commit bbfee81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Minimalcode/Optional/AbstractOptional.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public function equals($obj)
290290
*/
291291
public function __toString()
292292
{
293-
return sprintf(__CLASS__ . '[%s]', (null !== $this->value ? $this->value : 'empty'));
293+
return \sprintf(__CLASS__ . '[%s]', (null !== $this->value ? $this->value : 'empty'));
294294
}
295295

296296
/**

0 commit comments

Comments
 (0)