Commit 369711e7 authored by mark burdett's avatar mark burdett
Browse files

Issue #3315954 by mfb: Fix formatting of PHP code block

parent 319da307
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -64,9 +64,7 @@ ENTITY QUERY SUPPORT
Because this module adds fields to the file entity, you can use file hashes in
an entity query. For example:

```
<?php

```php
$fids = \Drupal::entityQuery('file')
  ->condition('sha256', 'my sha256 here')
  ->condition('status', 1)