Skip to content
Snippets Groups Projects
Commit da178766 authored by catch's avatar catch
Browse files

Issue #3247414 by anagomes, Beakerboy: Incorrect docblock types for...

Issue #3247414 by anagomes, Beakerboy: Incorrect docblock types for $statementClass and $statementWrapperClass properties in Connection
parent 266fe1a7
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ abstract class Connection {
/**
* The name of the Statement class for this connection.
*
* @var string
* @var string|null
*
* @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database
* drivers should use or extend StatementWrapper instead, and encapsulate
......@@ -86,7 +86,7 @@ abstract class Connection {
/**
* The name of the StatementWrapper class for this connection.
*
* @var string
* @var string|null
*/
protected $statementWrapperClass = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment