From ab83eece3f15e6c1207cc3f171f9ded2d89281da Mon Sep 17 00:00:00 2001 From: Spomky Date: Tue, 27 Feb 2018 09:20:42 +0100 Subject: [PATCH] Reference to Ocramius blog post added --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c0ffa8..a74c295 100644 --- a/README.md +++ b/README.md @@ -1462,6 +1462,8 @@ The `final` should be used whenever possible: The only condition is that your class should implement an interface and no other public methods are defined. +For more informations you can read [the blog post](https://ocramius.github.io/blog/when-to-declare-classes-final/) on this topic written by [Marco Pivetta (Ocramius)](https://ocramius.github.io/). + **Bad:** ```php