eightshift-libs
                                
                                 eightshift-libs copied to clipboard
                                
                                    eightshift-libs copied to clipboard
                            
                            
                            
                        const defined after methods in Components class
The following constant is located after methods in the Components class. Which is just not right.
https://github.com/infinum/eightshift-libs/blob/c80882b1be5266dd22f911efee4838e019573a72/src/Helpers/Components.php#L294-L318
We should follow the proposed WordPress conventions (which we were kinda doing unknowingly 😅) when ordering properties/methods in a class
- First the optional abstractorfinalkeyword.
- Next a visibility keyword.
- Lastly, the optional statickeyword.