Skip to content

Commit

Permalink
Restore some accidentially removed lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Sep 27, 2021
1 parent d9ef1e7 commit 644de21
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Account.php
Expand Up @@ -7,6 +7,19 @@
* Licensed under the MIT license. See COPYING file in the project root for details.
*/

declare(strict_types=1);

namespace MStilkerich\CardDavClient;

use MStilkerich\CardDavClient\XmlElements\ElementNames as XmlEN;

/**
* Represents an account on a CardDAV Server.
*
* @psalm-import-type Credentials from HttpClientAdapter
*
* @package Public\Entities
*/
class Account implements \JsonSerializable
{
/**
Expand Down

0 comments on commit 644de21

Please sign in to comment.