mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-30 08:39: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:
@@ -17,7 +17,6 @@ Below we hash a string, and then check the hash against a new string. Because ou
|
||||
|
||||
{% highlight php %}
|
||||
<?php
|
||||
|
||||
require 'password.php';
|
||||
|
||||
$passwordHash = password_hash('secret-password', PASSWORD_DEFAULT);
|
||||
|
Reference in New Issue
Block a user