daily-email: fix link
This commit is contained in:
		
							parent
							
								
									1c3c355dba
								
							
						
					
					
						commit
						bf6d50bb61
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -9,7 +9,7 @@ tags: | |||
|   - php | ||||
| --- | ||||
| 
 | ||||
| For some time, [Drupal's PHP coding standards[(https://www.drupal.org/docs/develop/standards/php/php-coding-standards#s-functions-and-variables) allows for writing variables in either snake-case (e.g. `$my_variable`) or lower camel-case `(e.g. $myVariable)`. | ||||
| For some time, [Drupal's PHP coding standards](https://www.drupal.org/docs/develop/standards/php/php-coding-standards#s-functions-and-variables) allows for writing variables in either snake-case (e.g. `$my_variable`) or lower camel-case (`e.g. $myVariable`). | ||||
| 
 | ||||
| It originally only allowed for snake-case variable names but once it accepted both, I switched to camel-case as my default. | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue