mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-13 01:03:57 +02:00
Fix highlighter consistency
- in some places php would not be highlighted as the `<?php` tag was missing - in one place there was a duplicate `<?php` tage - replaced `bash` with `console` for better highlighting - ensured all console snippets are wrapped within highlighting code - wrapped ini examples in highlighting code
This commit is contained in:
@@ -203,7 +203,6 @@ The next snippet of code outlines how a calling client class might use one of th
|
||||
behaviour required at runtime:
|
||||
{% highlight php %}
|
||||
<?php
|
||||
|
||||
class SomeClient
|
||||
{
|
||||
private $output;
|
||||
@@ -225,7 +224,6 @@ once this property is set a call to loadOutput() will call the load() method in
|
||||
that has been set.
|
||||
{% highlight php %}
|
||||
<?php
|
||||
|
||||
$client = new SomeClient();
|
||||
|
||||
// Want an array?
|
||||
|
Reference in New Issue
Block a user