Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/Converter/CallbackConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Converter;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Converter/ConverterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Converter;

use Plum\Plum\PipelineInterface;
Expand Down
1 change: 0 additions & 1 deletion src/Converter/FloatConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Converter;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Converter/HeaderConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Converter;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Converter/IntegerConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Converter;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Converter/LogConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Converter;

use Psr\Log\LoggerInterface;
Expand Down
1 change: 0 additions & 1 deletion src/Converter/MappingConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Converter;

use Cocur\Vale\Vale;
Expand Down
1 change: 0 additions & 1 deletion src/Converter/NullConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Converter;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Filter/CallbackFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Filter;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Filter/FilterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Filter;

use Plum\Plum\PipelineInterface;
Expand Down
1 change: 0 additions & 1 deletion src/Filter/SkipFirstFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Filter;

use LogicException;
Expand Down
1 change: 0 additions & 1 deletion src/Pipe/AbstractPipe.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Pipe;

use Plum\Plum\Converter\ConverterInterface;
Expand Down
1 change: 0 additions & 1 deletion src/Pipe/ConverterPipe.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Pipe;

use InvalidArgumentException;
Expand Down
1 change: 0 additions & 1 deletion src/Pipe/FilterPipe.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Pipe;

use InvalidArgumentException;
Expand Down
1 change: 0 additions & 1 deletion src/Pipe/WriterPipe.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Pipe;

use InvalidArgumentException;
Expand Down
1 change: 0 additions & 1 deletion src/PipelineInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Reader/ArrayReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Reader;

use ArrayIterator;
Expand Down
1 change: 0 additions & 1 deletion src/Reader/ReaderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Reader;

use IteratorAggregate;
Expand Down
1 change: 0 additions & 1 deletion src/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Workflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum;

use Cocur\Vale\Vale;
Expand Down
1 change: 0 additions & 1 deletion src/WorkflowConcatenator.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum;

use Plum\Plum\Reader\ReaderInterface;
Expand Down
1 change: 0 additions & 1 deletion src/Writer/ArrayWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Writer;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Writer/WriterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Writer;

use Plum\Plum\PipelineInterface;
Expand Down
1 change: 0 additions & 1 deletion tests/Converter/CallbackConverterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Converter;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/Converter/FloatConverterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Converter;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/Converter/HeaderConverterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Converter;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/Converter/IntegerConverterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Converter;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/Converter/LogConverterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Converter;

use Mockery as m;
Expand Down
1 change: 0 additions & 1 deletion tests/Converter/NullConverterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Converter;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/Filter/CallbackFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Filter;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/Filter/SkipFirstFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Filter;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/Reader/ArrayReaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Reader;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/ResultTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum;

use Exception;
Expand Down
1 change: 0 additions & 1 deletion tests/WorkflowConcatenatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/WorkflowTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum;

use Exception;
Expand Down
1 change: 0 additions & 1 deletion tests/Writer/ArrayWriterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Plum\Plum\Writer;

/**
Expand Down