Skip to content

Commit

Permalink
Merge pull request #19 from DivineOmega/analysis-qojKxQ
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DivineOmega authored Jul 1, 2018
2 parents 728a4f9 + a2b87df commit 16d53d9
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions src/Interfaces/DestinationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
interface DestinationInterface
{
public function putDataRows(array $dataRows);

public function finishMigration();
}
1 change: 0 additions & 1 deletion src/Objects/Destinations/AssociativeArrayDestination.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ public function putDataRows(array $dataRows)

public function finishMigration()
{

}
}
1 change: 0 additions & 1 deletion src/Objects/Destinations/CSVDestination.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ public function putDataRows(array $dataRows)

public function finishMigration()
{

}
}
1 change: 0 additions & 1 deletion src/Objects/Destinations/DebugOutputDestination.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ public function putDataRows(array $dataRows)

public function finishMigration()
{

}
}
1 change: 0 additions & 1 deletion src/Objects/Destinations/DoctrineDestination.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,5 @@ public function putDataRows(array $dataRows)

public function finishMigration()
{

}
}
1 change: 0 additions & 1 deletion src/Objects/Destinations/EloquentDestination.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,5 @@ public function putDataRows(array $dataRows)

public function finishMigration()
{

}
}
1 change: 0 additions & 1 deletion src/Objects/Destinations/JSONFilesDestination.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ public function putDataRows(array $dataRows)

public function finishMigration()
{

}
}
1 change: 0 additions & 1 deletion src/Objects/Destinations/MarkdownDestination.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,5 @@ public function putDataRows(array $dataRows)

public function finishMigration()
{

}
}
1 change: 0 additions & 1 deletion src/Objects/Destinations/NullDestination.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ public function putDataRows(array $dataRows)

public function finishMigration()
{

}
}
1 change: 0 additions & 1 deletion src/Objects/Destinations/PDODestination.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,5 @@ public function putDataRows(array $dataRows)

public function finishMigration()
{

}
}

0 comments on commit 16d53d9

Please sign in to comment.