fix self -> static return types

This commit is contained in:
Dennis Eichhorn 2020-01-26 12:03:12 +01:00
parent 3f132fb60b
commit 89f9d0c2f3

View File

@ -84,7 +84,7 @@ abstract class BuilderAbstract
*
* @param string $prefix Table name prefix
*
* @return self
* @return static
*
* @since 1.0.0
*/