Skip to content

Commit 2a53679

Browse files
committed
Add JetBrains sponsorship to README with H1 heading
1 parent a5afdee commit 2a53679

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ Common areas you will see this interface used:
4242
------------------------------
4343

4444
A lot of repositories within PHP.Gt that utilise this class were repeating the same getter code, so this trait was introduced to remove the repetition. All getter functions of the interface are implemented, introducing a protected helper function `getNullableType` which removes the repetition of checking null values before casting them. The `getNullableType` function also allows a callback to be passed as the type parameter, allowing more complex nullable types to be constructed.
45+
46+
# Proudly sponsored by
47+
48+
[JetBrains Open Source sponsorship program](https://www.jetbrains.com/community/opensource/)
49+
50+
[![JetBrains logo.](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg)](https://www.jetbrains.com/community/opensource/)

0 commit comments

Comments
 (0)