Skip to content

Commit 61b7dba

Browse files
authored
Annotation value
1 parent ba823b8 commit 61b7dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AnnotationBlock.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ protected function setValues($type)
101101
{
102102
switch ($type) {
103103
case static::CLIENT:
104-
$this->values = ['cr', 'cs'];
104+
$this->values = ['cs', 'cr'];
105105
break;
106106
case static::SERVER:
107-
$this->values = ['ss', 'sr'];
107+
$this->values = ['sr', 'ss'];
108108
break;
109109
default:
110110
throw new \InvalidArgumentException('$type must be TYPE_CLIENT or TYPE_SERVER');

0 commit comments

Comments
 (0)