From e5498b69717ef63e78fe61e2994288ffab2f56c9 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Wed, 1 Jul 2020 22:07:24 +0300 Subject: [PATCH] non-reachable break removed --- src/Client.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 478f8af..50508a2 100644 --- a/src/Client.php +++ b/src/Client.php @@ -177,7 +177,6 @@ class Client implements Interfaces\ClientInterface break; default: throw new ClientException('From 1 to 3 parameters of "where" condition is allowed'); - break; } return $query->where($key, $operator, $value);