Skip to content

Commit

Permalink
Sensio labs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Aug 29, 2015
1 parent da45327 commit 286d924
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ Copyright (c) 2015 Marcel Pociot <[email protected]>
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> THE SOFTWARE.
1 change: 0 additions & 1 deletion src/Mpociot/Teamwork/Teamwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public function inviteToTeam( $user, $team = null, callable $success = null )

if( is_object( $user ) && isset($user->email) )
{
var_dump($user->email);
$email = $user->email;
} elseif( is_string($user) ) {
$email = $user;
Expand Down

0 comments on commit 286d924

Please sign in to comment.