Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. JsonManipulator.php

function JsonManipulator::detectIndenting

1 call to JsonManipulator::detectIndenting()
JsonManipulator::__construct in vendor/composer/composer/src/Composer/Json/JsonManipulator.php

File

vendor/composer/composer/src/Composer/Json/JsonManipulator.php, line 583

Class

JsonManipulator
@author Jordi Boggiano <j.boggiano@seld.be>

Namespace

Composer\Json

Code

protected function detectIndenting() : void {
    $this->indent = JsonFile::detectIndenting($this->contents);
}
RSS feed
Powered by Drupal