laminas / tutorials

Learn how to create laminas-mvc applications, get in-depth guides into components, and discover how to migrate your applications to version 3!
https://docs.laminas.dev/tutorials/
Other
33 stars 37 forks source link

Highlight additional `use` in module.config.php #45

Closed RussellAult closed 3 years ago

RussellAult commented 3 years ago

I was running through the tutorial and got an error about the "Album\Segment" plugin not being found. Turns out I had missed a use in "Routing and Controllers" because it wasn't highlighted with a comment like the rest of the adds were.

I created a patch at RussellAult/tutorials@9bf54fbcb36a9c4c6c20c1300d65103fabfd2c27 and then created a PR, but I closed it when I realized that a DCO sign off was involved (I use GitHub through the web interface).

froschdesign commented 3 years ago

We can highlight lines directly, I will add this.