daniel-werner / laravel-schemacrawler

Laraver wrapper package for SchemaCrawler. Generate ER diagram for your Laravel application right from the database.
https://www.danielwerner.dev
MIT License
42 stars 3 forks source link

Add missing docblocks #5

Closed CKIWilkinson closed 4 years ago

CKIWilkinson commented 4 years ago

Added docblocks wherever they were missing. Also added a few return type declarations.

Resolves #3

daniel-werner commented 4 years ago

@CKIWilkinson The __construct() cannot declare a return type, could you please remove it?

CKIWilkinson commented 4 years ago

@CKIWilkinson The __construct() cannot declare a return type, could you please remove it?

My bad, added a commit to remove it

daniel-werner commented 4 years ago

@CKIWilkinson Merged it, thanks!