Skip to content

Commit

Permalink
break stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mindplay-dk committed Sep 20, 2016
1 parent 56b7477 commit b3c5fb6
Show file tree
Hide file tree
Showing 9 changed files with 542 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Force line-endings to LF (checking out with CRLF on Windows would cause tests to fail!)
*.php text eol=lf
*.txt text eol=lf
# Force line-endings to CRLF (checking out with LF on Linux would cause tests to fail!)
*.php text eol=crlf
*.txt text eol=crlf
19 changes: 19 additions & 0 deletions src/SMTPConnector.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php

namespace Kodus\Mail;

class SMTPConnector
{
public function __construct()
{
// TODO
}

/**
* @return resource SMTP connection handle
*/
public function connect()
{
// TODO
}
}
Loading

0 comments on commit b3c5fb6

Please sign in to comment.