Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with pre that contains php code #15

Closed
natedrake opened this issue Mar 26, 2017 · 0 comments · Fixed by #16
Closed

Issue with pre that contains php code #15

natedrake opened this issue Mar 26, 2017 · 0 comments · Fixed by #16
Assignees
Milestone

Comments

@natedrake
Copy link
Owner

When parsing the follow code

$user->Salt=Hash::salt();
$user->Password=Hash::make(Input::get('signup-password'), $user>salt);

$user->save();

the following error is displayed

Fatal error: Call to a member function type() on null in E:\John-PC\xampp\htdocs\vendor\natedrake\markdown\src\Parser.php on line 50
@natedrake natedrake added the bug label Mar 26, 2017
@natedrake natedrake added this to the v1.1.0 milestone Mar 26, 2017
@natedrake natedrake self-assigned this Mar 26, 2017
natedrake pushed a commit that referenced this issue Mar 26, 2017
natedrake pushed a commit that referenced this issue Mar 26, 2017
@natedrake natedrake mentioned this issue Mar 26, 2017
natedrake added a commit that referenced this issue Mar 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant