Completed
Pull Request — master (#12)
by
unknown
03:35
created
src/ResourceHandlerInterface.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.
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.
Tests/ResourceHandlerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -134,6 +134,9 @@
 block discarded – undo
134 134
 
135 135
     private $data = array('name' => 'Random Joe', 'dateOfBirth' => '1970-01-01');
136 136
 
137
+    /**
138
+     * @param string $action
139
+     */
137 140
     private function provideResourceHandler($action)
138 141
     {
139 142
         $data = $this->data;
Please login to merge, or discard this patch.