Completed
Push — master ( 73f336...7e2fc0 )
by John
01:53
created
examples/geophone/index.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
         header('404 Not Found', true, 404);
24 24
     } catch(\LunixREST\Exceptions\AccessDeniedException $e){
25 25
         header('403 Access Denied', true, 403);
26
-    }  catch(\LunixREST\Exceptions\ThrottleLimitExceededException $e){
26
+    } catch(\LunixREST\Exceptions\ThrottleLimitExceededException $e){
27 27
         header('429 Too Many Requests', true, 429);
28 28
     } catch(Exception|Error $e){
29 29
         header('500 Internal Server Error', true, 500);
Please login to merge, or discard this patch.
src/Endpoint/DoctrineNamespaceEndpointFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace LunixREST\Endpoint;
3 3
 use Doctrine\ORM\EntityManager;
4
-
5 4
 use LunixREST\Endpoint\Exceptions\UnknownEndpointException;
6 5
 
7 6
 class DoctrineNamespaceEndpointFactory extends NamespaceEndpointFactory {
Please login to merge, or discard this patch.