Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilwylegala committed Sep 21, 2024
1 parent ef98c3d commit 4bb79b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Cake/Model/Datasource/PDOExceptionWithQueryString.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php

declare(strict_types=1);
class PDOExceptionWithQueryString extends PDOException {

class PDOExceptionWithQueryString extends PDOException
{
public string $queryString = "";

public function __construct(PDOException $e)
Expand Down

0 comments on commit 4bb79b7

Please sign in to comment.