Commit 59d99a2
Remove unnecessary base64_encode() return value check
php_base64_encode() never returns NULL, so base64_encode() will never return
false.1 parent e8538b9 commit 59d99a2
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
793 | | - | |
794 | | - | |
795 | | - | |
796 | | - | |
797 | | - | |
| 793 | + | |
798 | 794 | | |
799 | 795 | | |
800 | 796 | | |
| |||
0 commit comments