Skip to content
Snippets Groups Projects
Commit e0f2c0dc authored by Ulf Tietze's avatar Ulf Tietze
Browse files

Add newline at end of file

parent 88ae5711
No related branches found
No related tags found
1 merge request!24Introduce Export Definition to Dump Entries
......@@ -9,4 +9,4 @@ interface StrategyInterface
* @return string
*/
public function getTargetPath(): string;
}
\ No newline at end of file
}
......@@ -14,4 +14,4 @@ interface StrategyProviderInterface
* @throws NotFoundException
*/
public function get(string $strategyCode): StrategyInterface;
}
\ No newline at end of file
}
......@@ -15,4 +15,4 @@ class ExportToModule implements StrategyInterface
{
// TODO: Implement getTargetPath() method.
}
}
\ No newline at end of file
}
......@@ -15,4 +15,4 @@ class ExportToVar implements StrategyInterface
{
// TODO: Implement getTargetPath() method.
}
}
\ No newline at end of file
}
......@@ -39,4 +39,4 @@ class Provider implements StrategyProviderInterface
return $strategy;
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment