Skip to content

Commit 358e17d

Browse files
authored
Add JetBrains sponsorship to README with H1 heading (#46)
1 parent 4bad40e commit 358e17d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)