CommitInfo
class CommitInfo extends AbstractParameter
Contains the path and other optional modifiers for the commit.
Methods
                    __construct(
                    string $path,
    WriteMode $writeMode = null,
                    bool $autorename = false,
                    bool $mute = false,
    DateTimeInterface $clientModified = null)
                                            
                
            CommitInfo constructor.
Details
        in AbstractParameter at line         line 64
                            
    array
    jsonSerialize()
    
    Specify data which should be serialized to JSON
        in AbstractParameter at line         line 75
                            
    string
    __toString()
    
    A shorthand for JSON-encoding parameters
        at line         line 44
                            
    
    __construct(
            string $path,
    WriteMode $writeMode = null,
            bool $autorename = false,
            bool $mute = false,
    DateTimeInterface $clientModified = null)
    
    CommitInfo constructor.