Completed
Pull Request — master (#18)
by
unknown
20:23
created
src/ResourceHandlerInterface.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Managlea\Component;
6 6
 
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/ResourceHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Managlea\Component;
6 6
 
Please login to merge, or discard this patch.