File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -544,6 +544,10 @@ public function logout(): void
544544 $ this ->accessToken = null ;
545545 }
546546
547+ /**
548+ * @return array|null
549+ * @ignore
550+ */
547551 private function getSupportingProviders (): null |array
548552 {
549553 try {
@@ -559,6 +563,11 @@ private function getSupportingProviders(): null|array
559563 }
560564 }
561565
566+ /**
567+ * @param $provider
568+ * @return string|array|null
569+ * @ignore
570+ */
562571 private function getOAuthIdentifier ($ provider ): string |array |null
563572 {
564573 try {
Original file line number Diff line number Diff line change @@ -255,7 +255,12 @@ public function getFieldNames(): array
255255 return $ list ;
256256 }
257257
258- private function getNumberedRecord ($ num ): ?FileMakerRelation
258+ /**
259+ * @param int $num
260+ * @return FileMakerRelation|null
261+ * @ignore
262+ */
263+ private function getNumberedRecord (int $ num ): ?FileMakerRelation
259264 {
260265 $ value = null ;
261266 if (isset ($ this ->data [$ num ])) {
You can’t perform that action at this time.
0 commit comments