Skip to content

Instantly share code, notes, and snippets.

@samadfcibd
Last active July 3, 2020 06:53
Show Gist options
  • Save samadfcibd/39f9ebba31643cfdc97c7a0647ef04d2 to your computer and use it in GitHub Desktop.
Save samadfcibd/39f9ebba31643cfdc97c7a0647ef04d2 to your computer and use it in GitHub Desktop.
<?php
class userInfo
{
public function getUserName()
{
return 'name';
}
// Here SRP violates
public function sendMailToUser()
{
return 'success';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment