Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CS fixes
  • Loading branch information
derrabus committed Jan 21, 2014
commit 0322b67ffcbf9a8e2d7e186f38e656798e8b6fda
2 changes: 1 addition & 1 deletion src/Symfony/Component/ClassLoader/Psr4ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ public function unregister()
{
spl_autoload_unregister(array($this, 'loadClass'));
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

class Foo
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ public function getLoadNonexistentClassTests()
array('UnknownVendor\\SomeLib\\I_Do_Not_Exist')
);
}
}
}