File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ protected function compileLockForUpdate(): string
236236 /**
237237 * Ensures the current driver supports explaining Query Builder selects.
238238 */
239- protected function assertExplainSupported (): void
239+ protected function assertExplainSupported (): never
240240 {
241241 throw new DatabaseException ('OCI8 does not support explain(). ' );
242242 }
Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ protected function compileLockForUpdate(): string
719719 /**
720720 * Ensures the current driver supports explaining Query Builder selects.
721721 */
722- protected function assertExplainSupported (): void
722+ protected function assertExplainSupported (): never
723723 {
724724 throw new DatabaseException ('SQLSRV does not support explain(). ' );
725725 }
You can’t perform that action at this time.
0 commit comments