We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45424f commit 8b01905Copy full SHA for 8b01905
storage/test/HmacCommandTest.php
@@ -50,7 +50,7 @@ public function setUp()
50
$hmacKeyCreated = $this->storage->createHmacKey($this->hmacServiceAccount, ['projectId' => self::$projectId]);
51
$this->accessId = $hmacKeyCreated->hmacKey()->accessId();
52
$this->setOutputCallback(function () {
53
- // disable output
+ // disable output
54
});
55
}
56
0 commit comments