Commit 3efc4fd1 authored by Nicolas Widart's avatar Nicolas Widart

Changing doctype

parent 971c531b
...@@ -4,7 +4,7 @@ interface ImageFactoryInterface ...@@ -4,7 +4,7 @@ interface ImageFactoryInterface
{ {
/** /**
* Return a new Manipulation class * Return a new Manipulation class
* @param array $manipulation * @param string $manipulation
* @return \Modules\Media\Image\ImageHandlerInterface * @return \Modules\Media\Image\ImageHandlerInterface
*/ */
public function make($manipulation); public function make($manipulation);
......
...@@ -5,8 +5,8 @@ use Modules\Media\Image\ImageFactoryInterface; ...@@ -5,8 +5,8 @@ use Modules\Media\Image\ImageFactoryInterface;
class InterventionFactory implements ImageFactoryInterface class InterventionFactory implements ImageFactoryInterface
{ {
/** /**
* @param $manipulation * @param string $manipulation
* @return mixed * @return \Modules\Media\Image\ImageHandlerInterface
*/ */
public function make($manipulation) public function make($manipulation)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment