Skip to content

Commit

Permalink
(C) 2014 -> 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
rquadling committed Jan 29, 2015
1 parent dd1def3 commit c932e42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Phinx/Migration/CreationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Phinx
*
* (The MIT license)
* Copyright (c) 2014 Rob Morgan
* Copyright (c) 2015 Rob Morgan
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated * documentation files (the "Software"), to
Expand Down
2 changes: 1 addition & 1 deletion src/Phinx/Migration/MigrationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function setOutput(OutputInterface $output);
* @return OutputInterface
*/
public function getOutput();

/**
* Gets the name.
*
Expand Down
2 changes: 0 additions & 2 deletions src/Phinx/Wrapper/TextWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

use Phinx\Console\PhinxApplication;
use Symfony\Component\Console\Input\ArrayInput;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Output\StreamOutput;

/**
Expand Down

0 comments on commit c932e42

Please sign in to comment.