Skip to content

Commit 253b3b6

Browse files
added interface annotations
1 parent 45d7d1a commit 253b3b6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/structures/IStructure.php

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
<?php
22

3-
43
namespace Bolt\structures;
54

6-
5+
/**
6+
* interface IStructure
7+
*
8+
* @author Michal Stefanak
9+
* @link https://github.com/neo4j-php/Bolt
10+
* @package Bolt\structures
11+
*/
712
interface IStructure
813
{
914
public function __toString () : string;
10-
}
15+
}

0 commit comments

Comments
 (0)