@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Managlea\Component; |
6 | 6 |
@@ -52,7 +52,7 @@ |
||
52 | 52 | /** |
53 | 53 | * @param string $resourceName |
54 | 54 | * @param int $id |
55 | - * @return mixed |
|
55 | + * @return boolean |
|
56 | 56 | */ |
57 | 57 | public function deleteSingle(string $resourceName, int $id) : bool; |
58 | 58 | } |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Managlea\Component; |
6 | 6 |