Passed
Push — master ( 3fc8df...c1f4b8 )
by smiley
01:23
created
src/DBSessionHandler.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,8 +82,7 @@
 block discarded – undo
82 82
 			}
83 83
 
84 84
 			return $this->options->use_encryption ? $this->decrypt($q[0]->data) : $q[0]->data;
85
-		}
86
-		catch(\Exception $e){
85
+		} catch(\Exception $e){
87 86
 			throw new SessionHandlerException($e->getMessage());
88 87
 		}
89 88
 
Please login to merge, or discard this patch.