Skip to content

Commit f648f13

Browse files
authored
Merge pull request #159 from darthf1/patch-3
fix: class should not be internal
2 parents 7798ac9 + 566a25b commit f648f13

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/Http/Command.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
use Fschmtt\Keycloak\Collection\Collection;
88
use Fschmtt\Keycloak\Representation\Representation;
99

10-
/**
11-
* @internal
12-
*/
1310
class Command
1411
{
1512
public function __construct(

src/Http/Criteria.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
use DateTimeInterface;
88
use Stringable;
99

10-
/**
11-
* @internal
12-
*/
1310
class Criteria
1411
{
1512
/**

src/Http/Query.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
namespace Fschmtt\Keycloak\Http;
66

7-
/**
8-
* @internal
9-
*/
107
class Query
118
{
129
public function __construct(

0 commit comments

Comments
 (0)