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

Undefined variable: markdown in Mailable.php #19504

Merged
merged 1 commit into from
Jun 7, 2017
Merged

Undefined variable: markdown in Mailable.php #19504

merged 1 commit into from
Jun 7, 2017

Conversation

MPaap
Copy link
Contributor

@MPaap MPaap commented Jun 7, 2017

Fix for error Undefined variable: markdown in Mailable.php (line 226)

Fix for error Undefined variable: markdown in Mailable.php (line 226)
@sisve
Copy link
Contributor

sisve commented Jun 7, 2017

Looks like this broke in 63751b0

Can you add a test so that it wont break in the future?

@@ -219,7 +219,7 @@ public function buildViewData()
*
* @return string
*/
protected function buildMarkdownText()
protected function buildMarkdownText($markdown, $data)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing PHPDoc for these parameters.

@taylorotwell taylorotwell merged commit 2f6db9e into laravel:5.4 Jun 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants