Skip to content

Commit 56abe69

Browse files
committed
Fix typos on external services declaration examples
1 parent 41eaab0 commit 56abe69

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

docs/apis/subsystems/external/description.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ $functions = [
4949
// use in the Moodle Mobile App.
5050
MOODLE_OFFICIAL_MOBILE_SERVICE,
5151
],
52-
),
53-
);
52+
],
53+
];
5454
```
5555

5656
<details>
@@ -76,8 +76,8 @@ $functions = [
7676
// The file containing the class/external function.
7777
// Do not use if using namespaced auto-loading classes.
7878
'classpath' => 'local/groupmanager/externallib.php',
79-
),
80-
);
79+
],
80+
];
8181
```
8282

8383
</details>

docs/apis/subsystems/external/writing-a-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ $functions = [
114114
// The file containing the class/external function.
115115
// Do not use if using namespaced auto-loading classes.
116116
// 'classpath' => 'local/groupmanager/externallib.php',
117-
),
118-
);
117+
],
118+
];
119119
```
120120

121121
</details>

versioned_docs/version-4.1/apis/subsystems/external/description.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ $functions = [
4747
// use in the Moodle Mobile App.
4848
MOODLE_OFFICIAL_MOBILE_SERVICE,
4949
],
50-
),
51-
);
50+
],
51+
];
5252
```
5353

5454
<details>
@@ -74,8 +74,8 @@ $functions = [
7474
// The file containing the class/external function.
7575
// Do not use if using namespaced auto-loading classes.
7676
'classpath' => 'local/groupmanager/externallib.php',
77-
),
78-
);
77+
],
78+
];
7979
```
8080

8181
</details>

versioned_docs/version-4.1/apis/subsystems/external/writing-a-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ $functions = [
114114
// The file containing the class/external function.
115115
// Do not use if using namespaced auto-loading classes.
116116
// 'classpath' => 'local/groupmanager/externallib.php',
117-
),
118-
);
117+
],
118+
];
119119
```
120120

121121
</details>

versioned_docs/version-4.3/apis/subsystems/external/description.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ $functions = [
4949
// use in the Moodle Mobile App.
5050
MOODLE_OFFICIAL_MOBILE_SERVICE,
5151
],
52-
),
53-
);
52+
],
53+
];
5454
```
5555

5656
<details>
@@ -76,8 +76,8 @@ $functions = [
7676
// The file containing the class/external function.
7777
// Do not use if using namespaced auto-loading classes.
7878
'classpath' => 'local/groupmanager/externallib.php',
79-
),
80-
);
79+
],
80+
];
8181
```
8282

8383
</details>

versioned_docs/version-4.3/apis/subsystems/external/writing-a-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ $functions = [
114114
// The file containing the class/external function.
115115
// Do not use if using namespaced auto-loading classes.
116116
// 'classpath' => 'local/groupmanager/externallib.php',
117-
),
118-
);
117+
],
118+
];
119119
```
120120

121121
</details>

versioned_docs/version-4.4/apis/subsystems/external/description.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ $functions = [
4949
// use in the Moodle Mobile App.
5050
MOODLE_OFFICIAL_MOBILE_SERVICE,
5151
],
52-
),
53-
);
52+
],
53+
];
5454
```
5555

5656
<details>
@@ -76,8 +76,8 @@ $functions = [
7676
// The file containing the class/external function.
7777
// Do not use if using namespaced auto-loading classes.
7878
'classpath' => 'local/groupmanager/externallib.php',
79-
),
80-
);
79+
],
80+
];
8181
```
8282

8383
</details>

versioned_docs/version-4.4/apis/subsystems/external/writing-a-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ $functions = [
114114
// The file containing the class/external function.
115115
// Do not use if using namespaced auto-loading classes.
116116
// 'classpath' => 'local/groupmanager/externallib.php',
117-
),
118-
);
117+
],
118+
];
119119
```
120120

121121
</details>

versioned_docs/version-4.5/apis/subsystems/external/description.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ $functions = [
4949
// use in the Moodle Mobile App.
5050
MOODLE_OFFICIAL_MOBILE_SERVICE,
5151
],
52-
),
53-
);
52+
],
53+
];
5454
```
5555

5656
<details>
@@ -76,8 +76,8 @@ $functions = [
7676
// The file containing the class/external function.
7777
// Do not use if using namespaced auto-loading classes.
7878
'classpath' => 'local/groupmanager/externallib.php',
79-
),
80-
);
79+
],
80+
];
8181
```
8282

8383
</details>

versioned_docs/version-4.5/apis/subsystems/external/writing-a-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ $functions = [
114114
// The file containing the class/external function.
115115
// Do not use if using namespaced auto-loading classes.
116116
// 'classpath' => 'local/groupmanager/externallib.php',
117-
),
118-
);
117+
],
118+
];
119119
```
120120

121121
</details>

0 commit comments

Comments
 (0)