diff --git a/src/Ganita/Method/Swetest.php b/src/Ganita/Method/Swetest.php index d6e326c9..1f27c8ff 100644 --- a/src/Ganita/Method/Swetest.php +++ b/src/Ganita/Method/Swetest.php @@ -143,7 +143,7 @@ public function getParams(array $params = null, array $options = null) $houses = $stringHouses; break; default: - continue; + break; } } } @@ -306,4 +306,4 @@ private function formatRising($input, $graha) $risings[$graha] = array_values($dataRising[$graha]); return $risings; } -} \ No newline at end of file +}