Completed
Pull Request — master (#230)
by Alex
09:58
created
src/POData/Common/ErrorHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      */
25 25
     public static function handleException(\Exception $exception, IService $service)
26 26
     {
27
-        $acceptTypesText     = $service->getHost()->getRequestAccept();
27
+        $acceptTypesText = $service->getHost()->getRequestAccept();
28 28
         try {
29 29
             $responseContentType = HttpProcessUtility::selectMimeType(
30 30
                 $acceptTypesText,
Please login to merge, or discard this patch.
POData/UriProcessor/ResourcePathProcessor/SegmentParser/SegmentParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
         }
144 144
 
145 145
         $segmentCount = count($segments);
146
-        $identifier   = $keyPredicate   = null;
146
+        $identifier   = $keyPredicate = null;
147 147
         $identifier   = $this->extractSegmentIdentifierAndKeyPredicate($segments[0], $keyPredicate);
148 148
         $previous = $this->createFirstSegmentDescriptor(
149 149
             $identifier,
Please login to merge, or discard this patch.