Skip to content

Commit 738f4ca

Browse files
committed
Add a comment explaining something
1 parent 691448c commit 738f4ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Builders/SecurityBuilderTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ public function testWeCanAddTurnOffOperationSecurityUsingBuilder()
155155
$routeInfo->action = 'get';
156156
$routeInfo->name = 'test route';
157157
$routeInfo->actionAttributes = collect([
158+
/**
159+
* we can set secuity to null to turn it off, as
160+
* that's the default value. So '' is next best
161+
* option?
162+
*/
158163
new AttributesOperation(security: ''),
159164
]);
160165
$routeInfo->uri = '/example';

0 commit comments

Comments
 (0)