Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-26410

Runtime Notice: Only variables should be passed by reference

    XMLWordPrintable

Details

    Description

      in vendor/ezsystems/repository-forms/lib/FieldType/Mapper/TextBlockFormMapper.php at line 49

      Replace all occurrences of

      reset($fieldDefinition->getNames())

      with:

      $names = $fieldDefinition->getNames();
      reset($names);

      Attachments

        Activity

          People

            Unassigned Unassigned
            nspyke nspyke
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: