Skip to content

Commit

Permalink
Add space on call to setAttribute
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Motl <[email protected]>
  • Loading branch information
hlcianfagna and amotl authored Jan 10, 2024
1 parent 940e744 commit 3db3be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ by setting the connection's ``CRATE_ATTR_SSL_MODE`` attribute:

.. code-block:: php
$connection->setAttribute(PDOCrateDB::CRATE_ATTR_SSL_MODE,PDOCrateDB::CRATE_ATTR_SSL_MODE_REQUIRED);
$connection->setAttribute(PDOCrateDB::CRATE_ATTR_SSL_MODE, PDOCrateDB::CRATE_ATTR_SSL_MODE_REQUIRED);
If this is not configured you will see the following error message:
``cURL error 52: Empty reply from server``
Expand Down

0 comments on commit 3db3be3

Please sign in to comment.