Skip to content
Snippets Groups Projects
Commit ffe2732f authored by jurgenhaas's avatar jurgenhaas
Browse files

docker/l3d#58 Move project settings out of composer.json

parent 85f072e2
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ namespace LakeDrops\Component\Composer;
interface BaseCommandInterface {
/**
* @return \LakeDrops\Component\Composer\BaseHandlerInterface
* @return string
*/
public function getHandlerClass(): BaseHandlerInterface;
public function getHandlerClass(): string;
}
......@@ -10,8 +10,8 @@ namespace LakeDrops\Component\Composer;
interface BasePluginInterface {
/**
* @return \LakeDrops\Component\Composer\BaseHandlerInterface
* @return string
*/
public function getHandlerClass(): BaseHandlerInterface;
public function getHandlerClass(): string;
}
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