Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Line.php
function Line::isUnchanged
File
vendor/
sebastian/
diff/
src/
Line.php
, line 46
Class
Line
Namespace
SebastianBergmann\Diff
Code
public
function
isUnchanged
() : bool {
return
$this
->
type
=== self::UNCHANGED; }
RSS feed