File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ class MyType extends ScalarType {
422422### Breaking: Descriptions in comments are not used as descriptions by default anymore
423423
424424Descriptions now need to be inside Strings or BlockStrings in order to be picked up as
425- description. If you want to keep the old behaviour you can supply the option ` commentDescriptions `
425+ description. If you want to keep the old behavior you can supply the option ` commentDescriptions `
426426to BuildSchema::buildAST(), BuildSchema::build() or Printer::doPrint().
427427
428428Here is the official way now to define descriptions in the graphQL language:
Original file line number Diff line number Diff line change 99abstract class TestCaseBase extends TestCase
1010{
1111 /**
12- * Useful to test code with no observable behaviour other than not crashing.
12+ * Useful to test code with no observable behavior other than not crashing.
1313 *
1414 * In contrast to PHPUnit's native method, this lets the test case count towards coverage.
1515 *
Original file line number Diff line number Diff line change @@ -1212,7 +1212,7 @@ public function testCanBuildInvalidSchema(): void
12121212 /** @see it('Do not override standard types') */
12131213 public function testDoNotOverrideStandardTypes (): void
12141214 {
1215- // NOTE: not sure it's desired behaviour to just silently ignore override
1215+ // NOTE: not sure it's desired behavior to just silently ignore override
12161216 // attempts so just documenting it here.
12171217
12181218 $ schema = BuildSchema::build ('
You can’t perform that action at this time.
0 commit comments